The problem is my fixed disk size is too small and need to re-size it. Since half of the possible commands of Virtualbox are actually not showing in the GUI I need to go command line.
For some reason it is impossible to cd to the VirtualBox VMS folder (I manage to get to home but for some reason this folder does not exist although it is there.
I copied the .vdi file file to home folder to avoid this problem but when I want to use a command of VBoxManage I always get:
- Code: Select all
bash: VBoxManage: command not found
I would like to do this command in order to re-size my .vdi to a larger size.
- Code: Select all
VBoxManage modifyhd YOUR_HARD_DISK.vdi --resize SIZE_IN_MB
How can I use VBoxManage in Sabayon?
