Skip to content

Instantly share code, notes, and snippets.

@hypothermic
Created September 6, 2019 09:25
Show Gist options
  • Save hypothermic/2e358ab0d153102c5e4f20b36d2bb388 to your computer and use it in GitHub Desktop.
Save hypothermic/2e358ab0d153102c5e4f20b36d2bb388 to your computer and use it in GitHub Desktop.
Virtualbox resize fixed VDI disk
# copy hdd, the result will be a dynamic hdd.
VBoxManage clonehd ./osdisk.vdi ./osdisk-copy.vdi
# resize it (to 25GB in this case)
VBoxManage modifyhd ./osdisk-copy.vdi --resize 25000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment