Qemu Convert: ============= You can convert virtual disk images with qemu on Linux and windows,: -------------------------------------------------------------------- Types fof disk images: Image format - Argument to qemu-img QCOW2 (KVM, Xen) - qcow2 QED (KVM) - qed raw - raw VDI (VirtualBox) - vdi VHD (Hyper-V) - vpc VMDK (VMware) - vmdk ----------------------------------------------------------------------- -p : Show progress of convert -f : Input file format -O : Output file format (capital O) Example: qemu-img convert -p -f vpc -O vmdk old.vhd new.vmdk ----------------------------------------------------------------------- Sources: https://support.huaweicloud.com/intl/en-us/bestpractice-ims/ims_bp_0030.html https://docs.openstack.org/image-guide/convert-images.html Date: July 1st, 2021