USB issues with VirtualBox and Windows
trash9305
Posted messages
68
Status
Membre
-
chris37000 Posted messages 46 Status Membre -
chris37000 Posted messages 46 Status Membre -
Hello,
I have VirtualBox with Windows installed on it, and I would like to use my USB drive on this Windows... I have enabled everything in the settings, turned on USB and USB 2.0, and added my drive with the green arrow... Now I reopen my Windows and no drive appears in "This PC." So I right-click on the USB drive icon at the bottom right of the VIRTUAL BOX window, click on my drive, and it displays the following error message: USB DEVICE 'USBEST Technology USB Mass Storage Device' With UUID (7fXXXXXXXXXXXXXXXXXXX) is busy with a previous request. Please try again later.
Result code: E_INVALIDARG (0x80070057)
And higher up: FAILED the USB device USBEST Technology USB Mass Storage Device 0100 was not attached to the virtual machine XP.
After several restarts and other attempts, I still get the same error message... Can you please help me? :)
I have VirtualBox with Windows installed on it, and I would like to use my USB drive on this Windows... I have enabled everything in the settings, turned on USB and USB 2.0, and added my drive with the green arrow... Now I reopen my Windows and no drive appears in "This PC." So I right-click on the USB drive icon at the bottom right of the VIRTUAL BOX window, click on my drive, and it displays the following error message: USB DEVICE 'USBEST Technology USB Mass Storage Device' With UUID (7fXXXXXXXXXXXXXXXXXXX) is busy with a previous request. Please try again later.
Result code: E_INVALIDARG (0x80070057)
And higher up: FAILED the USB device USBEST Technology USB Mass Storage Device 0100 was not attached to the virtual machine XP.
After several restarts and other attempts, I still get the same error message... Can you please help me? :)
Configuration: Windows Vista Internet Explorer 7.0
11 réponses
Good evening,
After research, here is the procedure to follow for the USB guest to work:
functional method with XP Home as host and XP Pro as guest (which is my case).
To be verified if OK with other OS combinations.
1°) install the latest version of VirtualBox (as of today and in my case version 2.1.4 for Windows).
2°) install the guest additions pack in the virtual machine (guest):
menu bar --> devices --> install guest additions.
Among other things, this pack also allows you to efficiently manage folder sharing over
a private network for data exchanges with the host OS, which can be very useful (but the process will need to be explained in another topic if necessary).
It also manages the automatic switching of the mouse pointer
between real mode and the virtual machine (no need for the keyboard key).
3°) shut down the virtual machine.
4°) connect the USB key to a USB port on the PC and let the host OS detect it without disabling it.
5°) via the preferences menu or the details tab:
select the USB section, then check: enable the USB controller.
With the icon with the + sign, add a filter and select the name
of the USB key that should appear in the list of detected USB devices.
6°) restart the virtual machine, the USB key should be detected by the guest OS.
For information: the detection of the USB device (which can also be something other than a
key: a USB HDD for example) cannot be simultaneous host and guest but host or guest,
otherwise it would be conflictual and the driver would report a peripheral busy error (busy in French),
which was my case before.
It is entirely possible to disable/enable the key via the corresponding icon at the bottom
of the guest window. At that moment, by disabling it on the guest, it will be accessible again on the host and vice versa.
Thank you for sharing the information with other VirtualBox users and for following up your comments.
After research, here is the procedure to follow for the USB guest to work:
functional method with XP Home as host and XP Pro as guest (which is my case).
To be verified if OK with other OS combinations.
1°) install the latest version of VirtualBox (as of today and in my case version 2.1.4 for Windows).
2°) install the guest additions pack in the virtual machine (guest):
menu bar --> devices --> install guest additions.
Among other things, this pack also allows you to efficiently manage folder sharing over
a private network for data exchanges with the host OS, which can be very useful (but the process will need to be explained in another topic if necessary).
It also manages the automatic switching of the mouse pointer
between real mode and the virtual machine (no need for the keyboard key).
3°) shut down the virtual machine.
4°) connect the USB key to a USB port on the PC and let the host OS detect it without disabling it.
5°) via the preferences menu or the details tab:
select the USB section, then check: enable the USB controller.
With the icon with the + sign, add a filter and select the name
of the USB key that should appear in the list of detected USB devices.
6°) restart the virtual machine, the USB key should be detected by the guest OS.
For information: the detection of the USB device (which can also be something other than a
key: a USB HDD for example) cannot be simultaneous host and guest but host or guest,
otherwise it would be conflictual and the driver would report a peripheral busy error (busy in French),
which was my case before.
It is entirely possible to disable/enable the key via the corresponding icon at the bottom
of the guest window. At that moment, by disabling it on the guest, it will be accessible again on the host and vice versa.
Thank you for sharing the information with other VirtualBox users and for following up your comments.
mec content
Thank you, problem solved on Windows 7.
Chewie
Thank you, it works with Windows 7 as the host and Windows XP as the guest.