Skip to content

Instantly share code, notes, and snippets.

@guerrerocarlos
Created May 24, 2013 04:27
Show Gist options
  • Save guerrerocarlos/5641278 to your computer and use it in GitHub Desktop.
Save guerrerocarlos/5641278 to your computer and use it in GitHub Desktop.
Vagrant VM Box Resize
VBoxManage clonehd "source.vmdk" "cloned.vdi" --format vdi
VBoxManage modifyhd "cloned.vdi" --resize 51200
VBoxManage clonehd "cloned.vdi" "resized.vmdk" --format vmdk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment