Has anyone has success recovering deleted files from an ext4 partition? I've tried various utilities, but none have worked yet. I'd be grateful if someone can share a success story!

link|improve this question

feedback

3 Answers

up vote 5 down vote accepted

You may have luck with:

http://extundelete.sourceforge.net/

However, I've never used it.

Warning: typically these days, filesystems don't support undelete. Trying to recover deleted files is an exercise in computer forensics and you're going to be very lucky to get them back. In particular, if you have written any more files to the disk, chances are your deleted files will be gone forever.

link|improve this answer
Thanks! extundelete actually recovered a lot of files. The tool could be improved, though. – Peltier Aug 4 '10 at 12:09
feedback

First thing is:

  • Do not turn on your computer
  • Start it with a LiveCD or LiveUSB
  • Make a raw clone of the partition, using dd
  • Never mount the partition, but if you need to, mount as read-only

If your data is not encrypted, or is encrypted by blocks, there are tools that look for data in the disk independently of the filesystem. (e.g., photorec)

Extundelete may also do a good job, if your data has been written to the disk or accessed recently, and neither their inodes nor the corresponding data sectors have been overwritten by other files after you deleted.

If the files were inside a stack-encrypted home directory, you can check this.

link|improve this answer
+1 for being thorough. Might be a bit much for this situation, but definitely not bad first steps. – Aeo Aug 17 '10 at 16:47
feedback

It depends on how you deleted the files. If you used a graphical file manager you may have "Trash". If you used mc you may have "lost&found". If you used "rm" you have very little to zero chances to recover the file.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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