8

Advise me please some recovery tools for File Recover | Deleted Files Recovery | Damaged Files

l3akkat
  • 99

3 Answers3

7

The problem with deleted files is that they no longer have inodes and a lot of the data about the filename and how they're linked together is lost. It's not like in windows where the filesystem just renames the file.

There are ways to do it, you can follow some of the guides here:

http://e2undel.sourceforge.net/recovery-howto.html

They show you some of the tools which use heuristics and guessing to put data back together.

  • good, but i need some tool with friendly GUI – l3akkat Nov 04 '10 at 10:57
  • just link for tools – l3akkat Nov 04 '10 at 10:58
  • 1
    The process is so dangerous and specialised that there are no friendly tools that do it. This is a serious job and it's kind of expected that you would read the documentation and understand what's going on. Otherwise you won't understand the results (because they are not always what you might expect) – Martin Owens -doctormo- Nov 04 '10 at 11:32
  • there are a few tools for windows (that recover linux files) but they only work on ext3, and I've not been successful. – RolandiXor Nov 04 '10 at 21:56
3

The first thing to try is the Trash bin.

Go to Places -> Home Folder

Then click on Trash

If the file is there right click and then select Restore.

If this does not help try following the official ubuntu data recovery instructions here

https://help.ubuntu.com/community/DataRecovery

trampster
  • 11,342
2

Autopsy and the SleuthKit tools are relatively user friendly for this purpose, at least in relation to some other tools.

nathwill
  • 2,605