Our junior sysadmin accidently deleted some of the directories. Can anyone please suggest any free/proprietary application to recover files from an EXT3 filesystem (RHEL 5.x) ?

link|improve this question

33% accept rate
feedback

3 Answers

up vote 10 down vote accepted

I really hope you have already taken the affected partition offline so to prevent data been written on top of the deleted data.

One useful tool that has worked for me in the past is extundelete. Remount the affected partition as read only and then use extundelete to recover the data.

I suppose it is pointless to reiterate that prevention is always better than the cure. Keep daily backups at least.

link|improve this answer
3  
+1 extra for the backups, if I could. I don't understand why anyone neglects those. – MadHatter Jan 12 at 10:27
feedback

http://www.linuxquestions.org/questions/linux-software-2/recovering-a-deleted-file-on-ext3-almost-there-441914/

link|improve this answer
3  
We really do prefer that answers have content, not pointers to content. This may theoretically answer the question however, it would be preferable to include the essential parts of the answer here, and provide the link for reference. – Iain Jan 12 at 12:31
feedback

You can use extundelete. We tried it before. It is a great tool!

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.