I am running an Ubuntu 10.10 in VirtualBox on my Windows 7

From VirtualBox, I set up a share folder, and I can see it from Ubuntu under media folder

drwxrwx--- 1 root    vboxsf     0 2011-03-15 16:58 sf_ShareFolderWithVB

However, I cannot access it with my current user.

How can I grant the right for myself to access that folder?

Thanks.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

You could add yourself to the vboxsf-group with sudo adduser <username> vboxsf.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.