Posts

Showing posts from March, 2008

Reusing a VirtualBox disk image (.vdi)

VirtualBox does not immediately allow reusing the same virtual disk image due to its UUID assignment. The following command (console) creates a clone image which is usable within the same VirtualBox installation: VBoxManage clonevdi <image_name.vdi> <clone_image_name.vdi>