Fix a Broken Flash Drive?

Andrew C

New member
Somehow, my flash drive broke, and no computer I try will recognize it. Physically, it looks perfectly fine, but I guess there's something wrong on the inside.

Is there anything I can do to fix it? Can I at least get what's off of it somehow?
 
if it is a 2 or more gB in size it may be a FAT issue, as FAT cannot address large files.

this can happen by adding one more file, takes it over the size limit.

you need to convert your computer to NTFS and it may then see the flash drive.

Your computer needs to be NTFS to see the large hdd, and to use files larger than 2 gig. Same with the external.

Fat32 to NTFS
===========
you can change the file system with out losing the data

To Check your hard drive, flash drive or external hard drive do this. They ALL need to be NTFS to handle today's large size hardware.

Open my computer, right click the drive >properties. In the pop up it will say FAT or NTFS in the file system. If its FAT you need to change it to NTFS to handle large files and drive sizes.

On XP click start >help and support >type in convert.exe to read about it.
Do it in this order:
1, Open my computer> right click the drive >properties >tools >check now >tick both boxes to clear the disk of any errors, then:
2. defrag the drive (tools)
3. Enter the convert command like this:
say the usb drive is F:
Click Start > Run > convert F: /fs:ntfs /v /nosecurity /x

same for your C drive. (paste above and change the drive letter)

4. do a defrag again.

I have done this a lot and never lost any data. Just don't interfere or take risks. The biggest risk is a power failure while its doing it. It doesn't take long. If you find it doesn't do the conversion, then run Chkdisk to fix errors then try again
 
That's a Tough one, there are too many factors to say for sure. if you are getting a message the the device is not recognized that means the memory controller or usb interface is fried(usually happens if you unplug the drive without stopping the device) the data is probably fine. but you have no way to access it. in order to access it; the flash ship would need to be soldered on to another board. if the data is important enough (important enough to warrant spending $100+) you can send it to a data recovery specialist such as ontrack.com or drivesavers.com
 
Back
Top