VB - danwu960/MyDocument GitHub Wiki
#sharedfolder, on the host terminal
- VBoxManage sharedfolder add "VM name" --name sharename --hostpath "~/test"
#on the VM terminal
- mkdir /home//vboxshare
- sudo mount -t vboxsf /home//vboxshare
#reference
#change the storage size
- go to the place of the vb storge file e.g. ~/'VirtualBox VMs'/vm-name/**.vdi
- VBoxManage modifyhd ubuntu18.vdi --resize 30000[size wished]