Skip to content

Instantly share code, notes, and snippets.

@lorenadl
Last active September 12, 2018 07:47
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 lorenadl/0c2773d3f698143162b72cf7a1809270 to your computer and use it in GitHub Desktop.
Save lorenadl/0c2773d3f698143162b72cf7a1809270 to your computer and use it in GitHub Desktop.
VirtualBox how to enlarge disk size

Resize a VirtualBox guest Linux VDI Disk under Windows Host

Source: http://derekmolloy.ie/resize-a-virtualbox-disk/

  1. Make a backup copy of vdi
  2. In a cmd, from c:\Program Files\Oracle\VirtualBox execute >VBoxmanage modifyhd MyLinux.vdi --resize 100000
  3. Resize Linux partition:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment