How to increase the hard disk size?
- shutdown VM
- add VirtualBox path to the PATH env. variable via computer properties
C:\Program Files\Oracle\VirtualBox
- open the cmd and go to the hard disk location
- modify disk
> VBoxManage modifyhd YOUR_HARD_DISK.vdi --resize SIZE_IN_MB
How to add shared folder?
- add folder via gui
- add current user to vbox group
$ sudo adduser $USER vboxsf
- logout
No comments:
Post a Comment