1

I have a 64GB usb thumb drive. When I plug it into a Windows system (I have tried several machines with both Windows 7 and 8), the system attempts to read it and never completes.

The drive does not show up in the device manager, nor does it appear in Computer Management -> Disk Management. If I click on the "Safely Remove Hardware" icon, however, I do get an option for "Eject Mass Storage Media", although it never accomplishes anything. Also, as long as the USB drive is connected, I cannot access other USB drives or even restart my computer. It seems as though it locks up Windows Explorer.

Is there any option to reformat this drive? It was a great drive up until all this craziness began and I would hate to throw it out because it was rather pricey.

3
  • My apologies, the first that come to my mind is the make partition, but if you can not see it on the Disk Management... Do you know about some cleaning contact sprays ? I use them on flash drives to clear their contacts. (this is the one I use pro-duc.com/product_images/e/135/… )
    – Aristos
    Commented Jul 1, 2013 at 19:43
  • I haven't tried cleaning it, but all the connectors look bright and shiny.
    – user8783
    Commented Jul 1, 2013 at 19:44
  • @user8783, it’s worth giving it a good scrape anyway; patinas aren’t always opaque. You can use a small emory board (like a nail-file, but cardboard) and stick it inside the connector a few times (don’t forget to blow the dust out). That’s what I always do.
    – Synetech
    Commented Jul 1, 2013 at 19:57

2 Answers 2

4

Formatting isn’t your problem, if it were, Windows would prompt you to format it.

Assuming that the drive is not defective, this behavior is common with a faulty connection. That it doesn’t show up in Device Manager is particularly telling.

Do you get a notification-area balloon warning of a malfunctioning USB device? That usually indicates that a device is either bad or has a bad connection.

Screenshot of Windows’ USB-malfunction balloon

Have you tested a different USB port? Make sure there is a good electrical connection. Check that the pins on the flash-drive’s connector as well as the pins in the USB port’s connector are clean and if not, clean them.

Another problem if it has been used a lot, could be that it is simply worn out. Flash-memory has limited write cycles and part of the file-system, especially the FAT which is often modified yet stored in a static location on the disk, could have had sufficient changes that the sectors it was stored on were worn out.

In that case, you could indeed try to reformat in the hopes of getting the drive’s wear-leveling to kick in and remap the FAT’s sector. Obviously if it is not showing up in Windows, then you cannot do this the normal way. One solution might be to use a low-level disk-editor such as HxD (run as Administrator) to open the drive and write 0’s to the first couple of thousand sectors (see below). Hopefully that would let Windows detect the drive as a raw volume and prompt you to format.

You said that it has been tested on other systems and the pins on the drive itself are clean. You also said that it messes up the USB controller and prevents other USB devices from working. This which indicates that it is almost certainly a hardware issue such as a loose connector.

Has it been used a lot? Has it been jostled or bumped? That is a common cause of the connector getting loose.

If so, then fixing it could be as simple as re-soldering the loose connection(s). It could also have a “cold-joint” wherein the solder around one or more pins through the PCB gets cracked:

Photo of a cold-joint solder connection

You can fix it by reflowing the solder into the connection. I did this when the connector nearly got ripped of an 8GB Sandisk:

Photo of a flash-drive with a busted USB connector


Wiping a disk that doesn’t show up in Windows

This only works if you can access the drive at a low level (in raw mode). Of course, if you cannot open it even in raw mode, then obviously there is a serious hardware error. Again, if you are lucky, it is just a bad connection.

  1. Run a disk-editor such as HxD. Open the disk in physical mode—not logical, drive-letter mode. In HxD, Extras ⇨ Open disk…:

    Screenshot of HxD’s drive-selection dialog

  2. Select the sectors to be cleared. In HxD you can use Select block… (under Edit) or use Ctrl+G to jump to the specified offset and then press Ctrl+Shift+Home to select from there to the start of the disk.

  3. Use the Fill Selection function. In HxD, Edit ⇨ Fill selection…:

    Screenshot of HxD’s fill dialog

  4. Eject the drive, unplug it, then plug it back in.

If all goes well, Windows will prompt you to format it. If you got errors during the wipe, then you can try telling it to try again (a flash-drive’s circuitry should automatically remap bad sectors, but it may be designed to do so only after a few failed attempts). You can also tell it to ignore the error and continue on. Hopefully when Windows formats it, the file-system structures are put into other, good sectors.


NB: If you can open the disk in raw mode, then you may as well grab a copy of the contents (e.g., with a drive cloning tool). You can also try using a data-recovery tool like PhotoRec (it recovers more than just photos and was originally designed specifically to recover files from memory cards and flash-drives).

7
  • I have tried this on multiple computers and the pins are clean. I don't think the format is the issue, I think the content may be. It just stopped working immediately after I loaded some new files up.
    – user8783
    Commented Jul 1, 2013 at 19:42
  • That's the most annoying part - it stopped working after only a few weeks. I don't think it was treated too roughly, either. I'm not sure what it means, but the fact that it does show up for the "Safely Remove" feature but nothing else seems very strange to me.
    – user8783
    Commented Jul 1, 2013 at 19:47
  • You suggested that I might "try to reformat in the hopes of getting the drive’s wear-leveling to kick in and remap the FAT’s sector." Is there any way to do that if I can't get it to show up in the Device Manager?
    – user8783
    Commented Jul 1, 2013 at 19:51
  • Well Windows is detecting that it is connected but cannot actually access it. If you are unlucky, then it could be the drive’s guts (e.g., you touched it while electrically charged and gave it a shock, frying some of the electronics). If you are lucky, then it is just the connector (I accidentally stepped on a flash-drive that was sticking out of my computer and had to re-solder the connector back on. It doesn’t slide smoothly anymore, but it works just fine.)
    – Synetech
    Commented Jul 1, 2013 at 19:52
  • 1
    Wow, that's a serious answer. I tried HxD and it didn't show up there, either. Doesn't seem very promising.
    – user8783
    Commented Jul 1, 2013 at 20:47
1

If you haven't already, the 1st thing I'd do is look in your Event Log and see if there are any errors and research entries related to disk or storage.

Also to clarify, when you look in Disk Management, you see nothing at all? Or do you see space that has no drive letter? If this is the case, you might be able to simply right click, select Change Drive Letter and Path, click Add and assign it a drive letter.

[EDIT] A quick and easy way to access data on a failed/failing drive is to use a Knoppix CD. It can often access filesystems that Windows cannot. And you can do this without editing any disk/partitions/volumes, so it's low risk. You need some basic Linux skills, at least how to use the cp command to copy your data. This will allow you to copy the data off to your hard drive, at least. If you boot from this CD and it cannot see the volume, then I'd say the drive is completely failed. In which case, the other posters who suggested PhotoRec or other tools might work.

http://www.knopper.net/knoppix/index-en.html

1
  • In Disk Management I see nothing at all and I don't see any events in the log.
    – user8783
    Commented Jul 1, 2013 at 20:46

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .