TOOL » WINDOWS
Virtualbox
Sharing folders between guest and host
Install Guest Additions
- Boot the guest OS
- Click
Devices > Insert Guest Additions CD Image
- If prompted, click Run. Else, run
sudo bash ./VBoxLinuxAdditions.run
inside the image - Add your user to vboxsf group:
sudo usermod -aG vboxsf $(whoami)
Register the shared folder
- Go to
Settings > Shared Folders
- Add the folder marking
Auto-mount
andMake permanent
Mount the shared folder
- On guest's terminal, run
sudo mount -t vboxsf Public ~/Public