Skip to content

Instantly share code, notes, and snippets.

@tany3
Created January 15, 2015 06:20
Show Gist options
  • Save tany3/24e39fda4f233bef71aa to your computer and use it in GitHub Desktop.
Save tany3/24e39fda4f233bef71aa to your computer and use it in GitHub Desktop.
VirtualBox resize vdi
c:\Program Files\Oracle\VirtualBox>VBoxManage.exe clonehd "D:\src.vdi" "D:\dst.vdi"
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Clone hard disk created in format 'VDI'. UUID: ****
c:\Program Files\Oracle\VirtualBox>VBoxManage.exe modifyhd "D:\dst.vdi" --resize 153600
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment