I create the host folder using Finder
I assign the folder using the GUI
I start the VM , as the non root user, I
- Code: Select all Expand viewCollapse view
sudo mkdir /host
sudo mount -t vboxsf hostfs /host
touch /host/usr.junk
touch: cannot touch '/host/usr.junk': Permission denied
/host is 755 root:root after the mount, I have tried setting the mount point to 777 before the mount, explicitly setting the -o rw in the mount statement, tried these parameters in the /etc/fstab and setting the host file system to 777.
Have I forgotten something stupid in the Linux command? Or is this a problem? I have shared folders working on U8 on another computer. I have read the manual
