Error opening directory “/media/" Permission denied... virtualbox

I'm running Lubuntu on Virtualbox on a PC. I've shared a folder (via the Lubuntu menu) on my PC so that I can transfer files to and from my Lubuntu instance.

However, when I try opening it I get the following error:

Error opening directory “/media/sf_MOVIES_AND_SERIES”: Permission denied.

Any ideas?

Thanks!

2

1 Answer

Any ideas?

Check help

For Linux and Oracle Solaris guests, access is restricted to members of the group vboxsf

Add user to vboxsf group

sudo adduser <username> vboxsf
2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like