Page 1 of 1

vboxusers group -where & how?

Posted: Mon Jan 16, 2012 5:14 am
by gael33
I added virtualbox to my Linux Mint 12 and couldn't get the USB to work ... I was told to add my user name to the vboxusers group ... How do I do that?

Re: vboxusers group -where & how?

Posted: Mon Jan 16, 2012 5:30 am
by xenopeek
Open a terminal, and run:

Code: Select all

sudo usermod -aG vboxusers username
where you replace username with your actual user name.

You can check with:

Code: Select all

groups
what groups your are member of.

Re: vboxusers group -where & how?

Posted: Mon Jan 16, 2012 6:02 am
by gael33
Thanks Oscar,

I have to say that without these message boards, people like me would be lost. But because we have such talented and technically minded folk who are willing to help by sharing their knowledge, we Luddite's can at least function. I for one am very grateful for your time and expertise, thanks again.

I almost forgot ... your suggestion worked :D

gael.

Re: vboxusers group -where & how?

Posted: Thu Jan 26, 2012 7:30 pm
by vboxmint12usb
I've tried several times through many different methods. Amazingly, after much headache griping, batching, & moaning:
"sudo usermod -a -G vboxusers whatevermynameishere"

No tellin, I rebooted & it just started working

Re: vboxusers group -where & how?

Posted: Thu Jan 26, 2012 8:47 pm
by louisblank
gael33 wrote:I added virtualbox to my Linux Mint 12 and couldn't get the USB to work ... I was told to add my user name to the vboxusers group ... How do I do that?
Same problem here...

Appreciate the help :)

Re: vboxusers group -where & how?

Posted: Thu Jan 26, 2012 8:57 pm
by doktornotor
louisblank wrote: Same problem here...

Appreciate the help :)
Uhm, the solution is right above your post... :?: :?

Re: vboxusers group -where & how?

Posted: Tue Dec 25, 2012 8:00 pm
by goog64
louisblank wrote:
gael33 wrote:I added virtualbox to my Linux Mint 12 and couldn't get the USB to work ... I was told to add my user name to the vboxusers group ... How do I do that?
Same problem here...

Appreciate the help :)
Me too.
I appreciated the help also. Thanks.

Re: vboxusers group -where & how?

Posted: Sun Mar 17, 2013 6:59 pm
by az-rune
xenopeek wrote:Open a terminal, and run:

Code: Select all

sudo usermod -aG vboxusers username
where you replace username with your actual user name.

You can check with:

Code: Select all

groups
what groups your are member of.

Thank you for answering this for me as well, I had forgotten

Re: vboxusers group -where & how?

Posted: Tue Jul 16, 2013 8:44 pm
by Pythzor
To xenopeek, a "Thank you" from me, too. Everytime I need to do it, I google and am pointed here.