Last active
September 11, 2017 08:58
-
-
Save niclaslindstedt/e960b13b44c1b3430aa8dd4e68d58481 to your computer and use it in GitHub Desktop.
Resize virtual drive in VirtualBox
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
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