Skip to content

Instantly share code, notes, and snippets.

@searls
Created August 8, 2011 16:12
Show Gist options
  • Save searls/1132062 to your computer and use it in GitHub Desktop.
Save searls/1132062 to your computer and use it in GitHub Desktop.
#compact
dd if=/dev/zero of=EMPTY bs=1M
rm EMPTY
#from the host
VBoxManage modifyhd Disk.vdi --compact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment