Bradley Kirton's Blog

Published on Nov. 12, 2024

Go home

Sharing folders in virtual box

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"