VHDX磁盘格式转换为VMDK

作者: 吴杰 分类: 编程 发布时间: 2020-07-20 18:25

可以使用 qemu-img.exe 来转换,qemu-img.exe 下载地址:https://cloudbase.it/downloads/qemu-img-win-x64-2_3_0.zip

转换命令如下:

qemu-img.exe convert "Windows Server 2012 R2.vhdx" -O vmdk "Windows Server 2012 R2.vmdk"