Skip to content

Instantly share code, notes, and snippets.

@lidox
Last active May 17, 2016 11:47
Show Gist options
  • Save lidox/3f73e4b8eb82f66b2bec05d108c84ca5 to your computer and use it in GitHub Desktop.
Save lidox/3f73e4b8eb82f66b2bec05d108c84ca5 to your computer and use it in GitHub Desktop.
VirtualBox increase size
### Change VM to dynatic size
cd C:\virtualbox\Portable-VirtualBox\app64
VBoxManage clonehd "C:\virtualbox\Portable-VirtualBox\data\.VirtualBox\Machines\win7\win7.vhd" "dynamic_win7.vhd" --variant Standard
### Resize
1. use vmBoxManage
VBoxManage modifyhd "C:\virtualbox\Portable-VirtualBox\data\.VirtualBox\Machines\win7\dynamic_win7.vhd" -resize 40000
2. go on vm and add space
https://www.youtube.com/watch?v=SfU24IFQ3x8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment