Skip to content

Instantly share code, notes, and snippets.

@niclaslindstedt
Last active September 11, 2017 08:58
Show Gist options
  • Save niclaslindstedt/e960b13b44c1b3430aa8dd4e68d58481 to your computer and use it in GitHub Desktop.
Save niclaslindstedt/e960b13b44c1b3430aa8dd4e68d58481 to your computer and use it in GitHub Desktop.
Resize virtual drive in VirtualBox
cd "C:\Program Files\Oracle\VirtualBox"
VBoxManage modifyhd <path to vdi image> --resize <new size in mb>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment