Convert a Virtualbox .VDI to .VMDK
Wednesday, April 8th, 2009
You can change the vdi format to vmdk with a tool provided by virtualbox.
Just use the command VBoxManage like this:
VBoxManage clonehd /path/old.vdi /path/new.vmdk -format VMDK
This vmdk-file can now be used in VMware.
