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?