Commit graph

2 commits

Author SHA1 Message Date
Emanuel Haupt
1fec771e4e Update to 1.1.9 2010-04-14 19:12:54 +00:00
Renato Botelho
eeb0735e7b 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.

PR:		ports/83666
Submitted by:	Emanuel Haupt <ehaupt@mx.critical.ch>
Approved by:	flz (mentor)
2005-07-19 12:17:18 +00:00