Virtualharddisk

From Piszczynski

Convert from VHD to VMDK

use qemu-img tool to convert disk formats, documentation here: qemu-img doc

can download the tool here: download

Example of simple use to convert from vhd to vmdk:

.\qemu-img.exe convert C:\diskstoconvert\sourcedisk.vhd -O vmdk C:\diskstoconvert\converteddisk.vmdk