Convert qcow2 to vmdk and make it ESXi 6.0 Compatible
问题 I am currently working on VMWare virtualization; I am trying to make a converted image from qcow2 to vmdk work with ESXi Server 6.0. I have myImage.qcow2 with a disk which is thin provisioned for 300GB. I used the image converter tool qemu with the following command qemu-img convert -f qcow2 myImage.qcow2 -O vmdk myNewImage.vmdk This command gives me a vmdk image which is only VMWare Workstation compatible. Therefore, in order to make it ESXi compatible I have to use the vmkfstools with the