Results 1 to 4 of 4

Thread: Cannot access USB through VirtualBox

  1. #1
    Join Date
    Aug 2012
    Beans
    8

    Cannot access USB through VirtualBox

    So I'm running Ubuntu 12.4. I have a VirtualBox setup running Windows XP SP3. I want to be able to transfer files onto that OS through USB. At the moment, Windows will not recognise any USB when I plug it into one of my USB ports.

    What is the issue here?

  2. #2
    Join Date
    Nov 2008
    Beans
    Hidden!

    Re: Cannot access USB through VirtualBox

    Have you installed the "extension pack"? Its needed for USB support.

    https://www.virtualbox.org/manual/ch...tro-installing

  3. #3
    Join Date
    Nov 2008
    Beans
    Hidden!

    Re: Cannot access USB through VirtualBox

    You have to add your usrid to group 'vboxusers', also create a group named 'usb' then add your usrid to that group too.

  4. #4
    Join Date
    Apr 2006
    Beans
    126

    Re: Cannot access USB through VirtualBox

    The vboxusers group

    The Linux installers create the system user group vboxusers during installation. Any system user who is going to use USB devices from VirtualBox guests must be a member of that group. A user can be made a member of the group vboxusers through the GUI user/group management or at the command line with

    sudo usermod -a -G vboxusers username

    Note that adding an active user to that group will require that user to log out and back in again. This should be done manually after successful installation of the package.
    This is after you have installed the extensions.
    New Orleans-Proud to Swim Home

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •