🔗Convert raw image to vmdk

Install qemu:

$ brew install qemu

Convert using:

$ qemu-img convert -f raw -O vmdk disk.raw disk.vmdk