Windows – USB connection issues with flash drives

usbusb-flash-drivewindows 7

Currently I'm facing an issue when I'm trying to connect any USB flash drive to my PC.

  1. I can connect USB keyboard and mouse without any issue.
  2. However when I connect USB flash drive, there are 2 situations that are occuring randomly:

    • There is no USB drive mount in My Computer, when Device Manager is checked, it shows
      error code 10, but is shown in Disk Management.
    • My computer will have USB drive mounted, but when I click on it, it is empty. On right clicking the properties, the disk space shows 0. There are files on the USB.

What I have done is:

  1. Run CCleaner to repair the registry, restart and try, but still not working.

  2. Uninstall the drive in device manager, restart and try, but still not working.

  3. Tried the port that connects mouse and keyboard, but does not work.

Updated (2012-09-19)

1) the original usb drive work fine on other pc.

2) had perform microsoft fix it online, update chipset driver, but still cannot solve the issue.

3) when plug in sony usb to the same pc, it work fine

4) Found exclaimation mark indicate WPD File Systems Volumn Driver

Best Answer

The fact other USB devices works on the afflicted PC and the fact the thumbdrive works elsewhere (but is elsewhere the same type of PC or even same operating system?).

Your next step, mount the USB drive on a Windows or Linux based system and perform a disk repair. In Windows it is typically:

chkdsk X: /f /x /r /v

(Replace X: with the actual drive letter.)

That will take some time depending on the size and speed of the USB drive. If the drive still fails to mount on your afflicted Windows system, consider reinstalling your usbstor.sys driver since it bridges USB storage devices for access.

You reinstall it by deleting usbstor.sys from C:\Windows\system32\drivers, then access its services (drivers are still listed as services in the Registry) location in the registry, compare the USBstor.sys registry layout to a working similar Windows system.

If that still fails, then consider reinstalling Windows because your problems are deeply embedded.

Related Question