When the VirtualBox disk image is created you are asked to set the size and quite often you realise (later on) the size was too small or too large. Here are the commands to resolve so you can grow or shrink the disk image.
Linux, Mac or Windows as host
1. Open a Terminal session (or command prompt for Windows users)
2. Type this command and replace the two variables to suit:
VBoxManage modifyhd {VIRTUAL_DISK_NAME}.vdi --resize {SIZE_IN_MB}
Comments
0 comments
Please sign in to leave a comment.