Problems with shared folder

Discussions about using Linux guests in VirtualBox.
Post Reply
dc200
Posts: 14
Joined: 23. Jan 2011, 22:41
Primary OS: MS Windows 7
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Ubuntu 10.10

Problems with shared folder

Post 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?
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Problems with shared folder

Post 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.
dc200
Posts: 14
Joined: 23. Jan 2011, 22:41
Primary OS: MS Windows 7
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Ubuntu 10.10

Re: Problems with shared folder

Post by dc200 »

Ah, I can access it now. Thanks for the help.
Post Reply