Page 1 of 1

Problems with shared folder

Posted: 23. Jan 2011, 22:48
by dc200
I've installed the vbox guest addons on my guest (Ubuntu 10.10) and have configured a shared folder on my host (Windows 7), but am having issues accessing it. This is what I did after the guest addon installation was complete...

Code: Select all

sudo mkdir /media/windows-share
sudo mount -t vboxsf Share /media/windows-share
This worked until I rebooted the guest OS. When I did, I could still see the "windows-share" folder, but it was empty. I also found another folder called "sf_Shared" in the same /media/ directory, but couldn't access it. I added myself to the vboxsf group, but still no luck.

Anyone have an idea as to what's going on here?

Re: Problems with shared folder

Posted: 23. Jan 2011, 22:57
by Perryg
The sf_<whatever> is the auto-mount feature and as you found out you need to be in the vboxsf group. However once you have done that you need to reboot the guest for it to show up.

Re: Problems with shared folder

Posted: 23. Jan 2011, 23:08
by dc200
Ah, I can access it now. Thanks for the help.