Published on Nov. 12, 2024
Go homeSharing folders in virtual box
- Create a shared folder using vboxmanage or the GUI
- Click the
Devices
menu item - Click
Insert Guest Additions CD
Run the following commands:
sudo modprobe vboxsf
sudo mount -t vboxsf <name of shared folder> /path/to/mnt
Sharing a folder with VBoxManage:
VBoxManage sharedfolder add "VM name" --name "shared" --hostpath "/path/on/host"