Created
January 15, 2015 06:20
-
-
Save tany3/24e39fda4f233bef71aa to your computer and use it in GitHub Desktop.
VirtualBox resize vdi
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 characters
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