Skip to content

Instantly share code, notes, and snippets.

@Mattias-
Created June 15, 2016 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mattias-/84dd9cf1f7e80c978ba0aa818791a7da to your computer and use it in GitHub Desktop.
Save Mattias-/84dd9cf1f7e80c978ba0aa818791a7da to your computer and use it in GitHub Desktop.
cd ~/VirtualBox\ VMs/vm_name
VBoxManage clonehd box-disk1.vmdk tmp-disk.vdi --format vdi
VBoxManage modifyhd tmp-disk.vdi --resize 61440
VBoxManage clonehd tmp-disk.vdi resized-disk.vmdk --format vmdk
rm tmp-disk.vdi box-disk1.vmdk
mv resized-disk.vmdk box-disk1.vmdk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment