I'm running 64 bit Fedora 16 on a 64 bit Windows 7 machine. I am trying to get shared folders to work. In the "HOWTO: Use Shared Folders" (viewtopic.php?f=29&t=15868) is says that if you do nothing special mounted shared folders will all be owned by root which is what I get. It suggests using the following command where share is set as the name of the Windows folder I want to share in Settings > Shared Folders:
Code: Select all
sudo mount -t vboxsf -o uid=1000,gid=1000 share ~/hostThe HOWTO then says:
In my case /etc/rc.local is /etc/init.d.If you want to have it mount automatically upon each boot, put the mount command in /etc/rc.local (Debian based distro's), or whatever script is run at the end of the boot process. The Shared Folders service should mount them automatically, but that doesn't always happen.
It then says that if you add the command in my case to /etc/init.d so that it automounts at boot time as above you have to use the fully qualified path to the shared folder on the guest:
Code: Select all
mount -t vboxsf share /home/<username>/hostCould somebody please tell me what I'm doing wrong. I've looked at the foums, Googled and read the HOWTO and I can't find a consistent answer.
Thanks very much in advance.
Best,
Mike