2b1dacc826
- Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
11 lines
556 B
Text
11 lines
556 B
Text
Magic Rescue scans a block device for file types it knows how to recover and
|
|
calls an external program to extract them. It looks at "magic bytes" in file
|
|
contents, so it can be used both as an undelete utility and for recovering a
|
|
corrupted drive or partition. As long as the file data is there, it will
|
|
find it.
|
|
|
|
It works on any file system, but on very fragmented file systems it can only
|
|
recover the first chunk of each file. Practical experience shows, however, that
|
|
chunks of 30-50MB are not uncommon.
|
|
|
|
WWW: http://www.itu.dk/people/jobr/magicrescue/
|