Results 1 to 6 of 6

Thread: How do I enable USB support in VirtualBox?

  1. #1
    Join Date
    Sep 2009
    Beans
    115
    Distro
    Ubuntu 11.04 Natty Narwhal

    How do I enable USB support in VirtualBox?

    I have used VirtualBox on Windows and now am using it on my Linux. So how do I enable USB support in virtual OS's? I have lots of files on my 4GB Flashdrive that I need to use and install on my virtual copy of WindowsXP. I'm stumped ...

  2. #2
    Join Date
    Jun 2008
    Location
    England
    Beans
    2,568

    Re: How do I enable USB support in VirtualBox?

    I think that its still only able to do USB with the PUEL version which is available from VirtualBox homepage.

    https://help.ubuntu.com/community/VirtualBox/USB

  3. #3
    Join Date
    Sep 2009
    Beans
    115
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: How do I enable USB support in VirtualBox?

    2 for tuxxy...
    Thanks, sort of, for the info. Too bad I don't have time tonight to work on it.
    Well thanks anyways.

  4. #4
    Join Date
    Jun 2009
    Location
    Dublin, IRL
    Beans
    130
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How do I enable USB support in VirtualBox?

    I think you have to pay for the USB function to be enabled on your Virtualbox application. That's the one thing the free version does not have.

  5. #5
    Join Date
    Sep 2009
    Beans
    3

    Re: How do I enable USB support in VirtualBox?

    nope... USB support is included with the free version... it's what i am using right now...

    i am testing ubuntu before making a complete switch host OS is windows while guest OS is Ubuntu...

  6. #6
    Join Date
    Sep 2008
    Location
    Muar Pride
    Beans
    8
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How do I enable USB support in VirtualBox?

    open your terminal and type this :

    sudo gedit /etc/init.d/mountdevsubfs.sh
    your gedit application (text editor) will be like this:

    #
    # Magic to make /proc/bus/usb work
    #
    #mkdir -p /dev/bus/usb/.usbfs
    #domount usbfs “” /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
    #ln -s .usbfs/devices /dev/bus/usb/devices
    #mount --rbind /dev/bus/usb /proc/bus/usb
    Change the script With this (copy dan replace)

    #
    # Magic to make /proc/bus/usb work
    #
    mkdir -p /dev/bus/usb/.usbfs
    domount usbfs “” /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
    ln -s .usbfs/devices /dev/bus/usb/devices
    mount --rbind /dev/bus/usb /proc/bus/usb
    Log Out & Log In Again Then Usb Can be use in your VB..

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
  •