Skip to content

Instantly share code, notes, and snippets.

@thelbouffi
Last active July 5, 2019 12:05
Show Gist options
  • Save thelbouffi/038b7728ffc67786828dcdb422f05b66 to your computer and use it in GitHub Desktop.
Save thelbouffi/038b7728ffc67786828dcdb422f05b66 to your computer and use it in GitHub Desktop.
virtualbox commands
to list vms:
vboxmanage list vms
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment