Skip to content

Instantly share code, notes, and snippets.

@tomazursic
Last active June 30, 2017 21:44
Show Gist options
  • Save tomazursic/d3d8d563c12756c86926 to your computer and use it in GitHub Desktop.
Save tomazursic/d3d8d563c12756c86926 to your computer and use it in GitHub Desktop.
VirtualBox manage commands on MS

Clone fixed-size disc into dynamically allocated disc

"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" clonemedium <disk-name>.vdi <new-disk-name>.vdi --variant Standard

Resize dynamically allocated disc. New size: 25GB:

"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" modifyhd <disk-name>.vdi --resize 25000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment