Last active
July 5, 2019 12:05
-
-
Save thelbouffi/038b7728ffc67786828dcdb422f05b66 to your computer and use it in GitHub Desktop.
Revisions
-
thelbouffi revised this gist
Jul 5, 2019 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,6 @@ to list vms: vboxmanage list vms to resize an existent vdi: vboxmanage modifymedium disk 015319e5-4fbc-4437-83b0-cea42b2b21fe --resize 4096 -
thelbouffi created this gist
Jun 21, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ to resize an existent vdi: vboxmanage modifymedium disk 015319e5-4fbc-4437-83b0-cea42b2b21fe --resize 4096 as described on docs: https://www.virtualbox.org/manual/ch08.html#vboxmanage-modifyvdi