Unusual problem with my USB flash drive

This might sound a little crazy, but I've been having an unusual problem with my main USB flash drive.

Lately, when I plug my SanDisk 128GB USB flash drive into any computer, it does not want to open. On my Windows PCs, when I plug it in, the flash drive's directory (E:\ on my main desktop and H:/ on my laptop) doesn't appear in File Explorer, and when I open Devices and Printers in the Control Panel, it displays the "Ultra" device (the name of the flash drive), but without displaying the name of the USB device, and when I select it, the device status reads "Device can perform faster when connected to USB 3.0".

Now, before you give me any kind of advice, yes I did try uninstalling/reinstalling the USB drivers for the flash drive, but it just won't work and its very strange. I absolutely do NOT want to do anything will may erase everything on this flash drive because there's a lot of important files on there that I need.

If you happen to know any good ways to fix this issue, that would be great!

Comments

  • If it is not showing you the files, it almost sounds like the drive may have died. Off hand, I'd try some other computer (does it actually need a third party driver to read it?), especially if it has a different OS or versions.

    If the files are important, you might try a Linux machine and using "dd" to copy the entire block volume to a file, so you can extract files later. If dd fails, then something is wrong with the drive itself.
  • No, this flash drive doesn't require any third party drivers. Like any flash drive, it just uses the standard USB Root Hub under Universal Serial Bus controllers in Device Manager. That was what I originally meant to say. Also, not only does it not show the files, it doesn't show the disk drive at all. I don't remember doing anything that might have damaged my flash drive :\
    If my USB drive is dead, then I guess I could try out your suggestion on my Ubuntu or Linux Mint operating systems.
  • This sounds like a partition issue to me. What kind of Windows OS are you trying to use this flash drive with? Also is there any way that you could reformat the usb drive?

    If not windows, you could try it out on Linux live cd/usb and reformat the usb drive that way using gptarted. Make sure to format it to something that supports that big storage size like exFat or ntfs. Hope this helps.
  • edited April 2023
    I don't think it's an issue with the flash drive's partition. Also, my main OS is Windows 10, but I tried using it on my older Windows OSes on my older computers, but it won't budge on any of them, either.

    Anyway, I think I should give a more complex description on this problem.

    So when I insert the USB device (which like I said before is a SanDisk 128GB USB3 flash drive), the Windows device connection sound can be heard, but nothing happens. When I open Devices and Printers, the device, titled "Ultra", is listed, but when I select it, it shows the following stats:

    Model: Ultra
    Category: Storage device
    Status: Device can perform faster when connected to USB 3.0

    None of my other USB devices show that status.

    Furthermore, in the properties for this USB flash drive, under Hardware, the disk drive (SanDisk Ultra USB Device) and Universal Serial Bus Controller (USB Mass Storage Device) appear in the device functions list, but not the portable device, which is supposed to be titled "USB Drive".

    BTW, I don't think I want to try reformatting my flash drive, because then I would lose all my files on that drive, most of which are important. Unless I can reformat the flash drive without erasing the data?
  • I highly doubt this is a driver issue, as windows 10 has a pretty robust usb driver support as it is. I really do encourage you to go down the path of doing a fresh format of your usb stick, (making sure that you do a back up of the contents of the usb stick first).

    Since its not detectable on windows 10...I would like you to try using a live cd/dvd/usb of Ubuntu on your windows 10 system and seeing if you can access the contents of the usb drive through that way. Make sure that you have a big enough storage medium to back up the contents of the usb drive. If this works, you can safely reformat the drive using gparted or your favorite format program.

    If that doesn't work, then there is always dd, which can be used to write/create a raw usb image from the drive its self. I highly suggest to you that you read up on this command, and or any substitutes that maybe easier/safer to use on windows. (dd is also known as data destroyer if you're not careful with [input file] if= & [output file] of=. :o ).
Sign In or Register to comment.