LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Virtualbox Guest Shared Folders
#11
Code:
sudo adduser $USER vboxsf

I'm assuming by the above command you're trying to add yourself to vboxsf group.

The command to add a user to another group is actually, "sudo usermod -a -G <group> <user>".
So in your case try:

Code:
sudo usermod -a -G vboxsf $USER

You will need to logout/reboot the guest for this to take affect.

If you type "id" into the terminal it will list all the groups you belong to, a good way to check which groups you are a member of Smile

Hope this helps.

Owner and DJ at WKDfm Radio ( www.wkdfm.co.uk )
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)