Created
July 25, 2017 02:41
-
-
Save curdin/f16c1f62329703491936f54e848fce1e to your computer and use it in GitHub Desktop.
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
| VBoxManage clonehd "source.vmdk" "cloned.vdi" --format vdi | |
| VBoxManage modifyhd "cloned.vdi" --resize 51200 | |
| VBoxManage clonehd "cloned.vdi" "resized.vmdk" --format vmdk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment