VBoxManage clonehd "source.vmdk" "cloned.vdi" --format vdi
VBoxManage modifyhd "cloned.vdi" --resize 51200
VBoxManage clonehd "cloned.vdi" "resized.vmdk" --format vmdk
This is intended to be a resource mainly for myself... to keep notes on things I've worked on or figured out. This way I can easily look things back up after I have forgotten the details. This will also allow me to easily send pointers to others when I want to share what I've found.
Tuesday, December 23, 2014
Resize VirtualBox vmdk disk
(From http://stackoverflow.com/questions/11659005/how-to-resize-a-virtualbox-vmdk-file)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment