Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

So my friend has a USB flash drive that isn't working. I don't know a whole lot about "recovery" software so I figured I'd ask you guys.

What steps can I try (I have access to a Linux machine as well) to see....if I can get ANYTHING off the flash drive?

I've google'd around, but most of the stuff seems for windows.

share|improve this question
It really depends on what's wrong with the drive. If there's no hardware issues, you could use testdisk (cgsecurity.org/wiki/TestDisk) to recover deleted partitions or files. If it's a hardware problem (check dmesg on Linux for read errors) I don't know what to do. – user55325 Mar 28 '12 at 4:20

2 Answers

up vote 1 down vote accepted

You can use TestDisk to recover files from FAT, NTFS, exFAT and ext2 filesystem.

For recovering photos use PhotoRec

share|improve this answer
1  
photorec is useful for more than just photos, despite the name. – Rob Apr 26 '12 at 17:37

Flash drives are one of the more sticky devices to recover from. Booting into a live linux environment such as Ubuntu and going "test", or an opensuse live environment will enable you to get greater control over the device.

In such live environments you can use the disk utility to not only check the device, but also forceably mount it, and then use the folder access program to jump on the drive. If this fails you are probably looking at either a more complex recovery method, or the possibility the data is irrecoverable.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.