Wednesday, July 29, 2009

Command to copy a vdi in virtual box on a linux machine.

Make sure the vm using the original vdi is not running and then release and remove (Choose KEEP) the vdi from the pool of drives. Then run

VBoxManage clonevdi /Original.vdi /NewCopy.vdi

Once that is done be sure to re-attach the original vdi.