Windows – VirtualBox in Win7: cannot acces external drive from guest Windows7

external hard drivehard drivevirtual machinevirtualboxwindows 7

I have started using VirtualBox in Windows 7 out of curiosity and for testing purposes. (Mainly, I want to test Linux distros and to try and see how Windows works in this environment – so that I might use VB in the future in Linux and Mac, etc).

I have installed Windows 7 in this VB.

enter image description here

I cannot use my Samsung 500 GB FAT32 external drive in this virtual Win7.

I have connected the drive and have checked the USB under the settings of the virtual Win7.

enter image description here

I have also selected the drive in the right-click menu of the virtual machine's USB tray icon.

enter image description here

After this action the Samsung external HDD stops also being accessible from the host (non-virtual) Win7. (Unchecking this and refreshing the host Win7 Windows Explorer page would usually make it accessible again in the proper/host Win7.) At all times, the external drive is not accessible in the virtual machine.

What to do?

Best Answer

Full USB support is not provided without installing also the Oracle VM VirtualBox Extension Pack. To install, click Oracle VM VirtualBox Extension Pack - Read more here.

Then shutdown the guest OS and restart the virtual machine.

Then, just enable USB 2.0 Controller.

enter image description here

Adding USB filers is not in fact necessary, just connect your devices and check them in the right-click menu of the virtual machine's USB tray icon - as seen in the last image posted in the question body. In a few seconds they should be accessible just like in the host Win7 system.

As long as the external drive is selected in the virtual machine it cannot be accessed from the host system. This is the expected behavior.

VirtualBox Extension Pack is also needed for other USB operations, namely installing and using printers, faxes and scanners.

Related Question