Run the following commands:
First go the path of your vdi:
First go the path of your vdi:
/var/root/VirtualBox VMs/Linux/Linux.vdi
and then run this command:
VBoxManage modifyhd Linux.vdi --resize
Output will be similar to this:
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
and you are done.
Sometimes you require superuser privileges to go into above directories. Just type suod -s, it'll present a bash shell, using which you should be able to enter the VM directory and then follow the above commands. Should be easy.
Comments