正在加载今日诗词....

pe环境使用Physdiskwrite将img磁盘镜像写入硬盘

使用usm pe引导到pe下可以识别到3008直通模式下的硬盘,而easy-u不行。win32diskimager是安装包,Physdiskwrite有命令行程序,也有gui界面,但是gui需要.net环境。

1、下载Physdiskwrite.exe

官网地址https://m0n0.ch/wall/physdiskwrite.php

想办法通过iso或者u盘导入到pe环境下的华为rh2288v3服务器

2、格式化硬盘

2.1、pe下管理员模式打开cmd

2.2 输入以下命令

1
2
3
4
5
6
7
8
9
10
diskpart
#进入磁盘管理程序
listdisk
#列出系统下硬盘
select disk *
#选择要被写入镜像的磁盘编号,从0开始的数字
clean
#清除
exit
#退出程序

image-20250729091741215

如果硬盘有分区,写入会报错如下图

image-20250729091337621

3、写入镜像

将镜像文件和physdiskwrite复制到另一块硬盘或者pe的内存虚拟分区的根目录后执行下面命令

1
physdiskwrite.exe -u rr.img

image-20250729091953993

pe环境使用Physdiskwrite将img磁盘镜像写入硬盘

https://bg4vrg.com/post/20250729090917.html

作者

fei

发布于

2025-07-29

更新于

2025-07-29

许可协议

评论