hello in this article we will simply convert vhd file (VirtualBox disk image)
to VMware disk
our VirtualBox disk is “systemdisk.vhd”
we will use qemu emulator to convert the disk
our target app to do the convert is
qemu-img
1 |
qemu-img convert -f vpc -O vmdk systemdisk.vhd systemdisk.vmdk |