Skip to content

Instantly share code, notes, and snippets.

@emreberber
Created October 10, 2019 06:14
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 emreberber/4aae09c933be73e4159f2de84eaa1668 to your computer and use it in GitHub Desktop.
Save emreberber/4aae09c933be73e4159f2de84eaa1668 to your computer and use it in GitHub Desktop.
MacOS VirtualBox VM Disk Resize
$ cd /Applications/VirtualBox.app/Contents/Resources/VirtualBoxVM.app/Contents/MacOS/
VBoxManage modifyhd --resize [new size in MB] [/path/to/vdi]
$ VBoxManage modifyhd --resize 25000 /Users/emre/VirtualBox\ VMs/zimbra/zimbra.vdi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment