phydiskwrite错误解决方法
进入WINPE系统,在运行physdiskwrite -u xxxxx.img后,出现24576/xxxxx 的数字错误提示时无法写入数据时,按如下步骤运行,以保证当前目标机器的硬盘分区全部清除。
If you are unable to delete all the partitions with the Disk Management utility, try the following procedure:
- Open a command window as admin ("cmd")
- Type "diskpart" and hit enter.
- Type "list disk" and hit enter to find out the number of your drive.
- Type "select disk X" (where you replace X with the number of your drive) and hit enter.
- Type "clean" and hit enter.
经过上述步骤后,再运行physdiskwrite -u xxxxx.img 即可将映像文件写入目标磁盘。