Last active
May 17, 2016 11:47
-
-
Save lidox/3f73e4b8eb82f66b2bec05d108c84ca5 to your computer and use it in GitHub Desktop.
VirtualBox increase size
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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