Virtualbox and getting USB devices to show up

Every few months I’m setting up a new virtualbox OS. I always forget that on a Linux host you need to add your username to the ‘vboxusers’ group (and need the extension pack). Usually in my case, its a linux host, with windows guest…

  1. Install virtualbox extension pack to support USB devices, enable USB 2.0/3.0 support in machine settings.
  2. ‘sudo usermod -aG vboxusers <someuser>’ then logout/login to put this into effect.

USB devices should now show up for OS guests.

Leave a Reply

Your email address will not be published. Required fields are marked *