piwik

dimarts, 21 de maig del 2013

How to enable USB to the virtual machines on Virtual Box

This is the error we get when we want to go to "Settings".
VirtualBox is not currently allowed to access USB devices. You can change this by adding your user to the 'vboxusers' group

We just need to issue the following command in order to add the current user to vboxusers group.

sudo usermod -aG vboxusers josep

Where "josep" is our current user.
Right after that, we'll need to log out and log back in to see the changes applied.

Cap comentari:

Publica un comentari a l'entrada