Last active
May 9, 2016 18:29
-
-
Save amotmot/e8059654d9192dac57bac86cacf97ea1 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 modifyhd /path/to/<vm_name>/<disk_name>.vdi –resize <size in MB> | |
VBoxManage clonehd dynamic.vdi static.vdi --format VDI --variant Fixed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment