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