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


Messages In This Thread
Virtualbox Guest Shared Folders - by sobermadman - 06-07-2018, 02:46 PM
Re: Virtualbox Guest Shared Folders - by Valtam - 06-08-2018, 03:21 AM
Re: Virtualbox Guest Shared Folders - by Scott(0) - 06-10-2018, 03:48 AM
Re: Virtualbox Guest Shared Folders - by trinidad - 03-12-2019, 02:43 PM
Re: Virtualbox Guest Shared Folders - by DeepThought - 10-08-2019, 07:56 AM
Re: Virtualbox Guest Shared Folders - by fitfirst - 11-01-2018, 09:05 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)