====== Convert different Image Formats to VMDK Images ====== ===== QEMU (qcow2) ===== On the KVM host: root@kvm-host:~$ qemu-img convert -f qcow2 -O vmdk On the VMware ESXi host: root@esx-host:~$ vmkfstools -i -d thin With QEMU version 2.1 an later this can be reduced to a single command step: root@kvm-host:~$ qemu-img convert -f qcow2 -O vmdk -o adapter_type=lsilogic,subformat=streamOptimized,compat6