How to access the “Shared folders” in VirtualBox

fedoramountvirtualboxvirtualization

I am running Fedora from VirtualBox with Windows XP as the OS host. How do I mount the selected shared folder in Linux?

Best Answer

Rather old but just in case:

mount.vboxsf -w nameofsharedfolderinvbox /destination/path/on/linux

Also to add it to fstab:

nameofsharedfolderinvbox  /destination/path/on/linux  vboxsf  defaults  0 0
Related Question