Showing posts with label VirtualBox. Show all posts
Showing posts with label VirtualBox. Show all posts

Saturday, March 30, 2013

Convert VMware disk (.vmdk) to VirtualBox (.vdi)

It's simple. Just do:

/usr/bin/VBoxManage clonehd src_image.vmdk dest_image.vdi --format VDI --variant Standard