
Mine is called sharedsfname.Īdding a line (above) to /etc/fstab, designating the share sharedsfsname, the mount point /files, and the filesystem type vboxsf, along with some options. you can also get this name from sudo VBoxControl sharedfolder list on the guest. Using the shared folder name (NOT THE AUTO-NAME mount point, created by virtualbox?: sf_XXXXXXXX), This is the name that you designated in the virtualbox GUI on the host(it also gets auto-created but it is an editable field in the Shared Folders editor). I am creating my own folder on my guest called /files. I am creating my shared folder and checking 'make permanent' (always clicking OK, to accept the changes) I have a linux on linux setup though, so I am not sure about the effects with a Windows host. Without it I have the same issue that you are experiencing. The uid/gid=userid option is the key in my case. Sharedsfname /files vboxsf rw,noexec,auto,nouser,uid=1000,gid=1000 0 0 I mount my shared folder in /etc/fstab like:
