aboutsummaryrefslogtreecommitdiff
path: root/sysutils/magicrescue/pkg-descr
Commit message (Collapse)AuthorAgeFilesLines
* Magic Rescue scans a block device for file types it knows how to recover andRenato Botelho2005-07-191-0/+14
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) Notes: svn path=/head/; revision=139584