summaryrefslogtreecommitdiffstats
path: root/sbin/recoverdisk
Commit message (Collapse)AuthorAgeFilesLines
* Improve reporting in recoverdisk a good deal.phk2007-04-231-12/+26
| | | | | Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> PR: 111630
* Revise markup.ru2006-09-301-31/+36
|
* Make recoverdisk compile on amd64 and possibly other 64bit archs.matteo2006-05-302-5/+5
| | | | | | | | Bump WARNS to 6. PR: amd64/97566 Reviewed by: phk@ MFC after: 3 days
* o Take an account a media sectorsize for medium and bigsize calculation.maxim2006-05-063-45/+290
| | | | | | | | | | o Introduce -r and -w keys which allow to load and save a worklist. o Replace README by man page. PR: bin/96677 Submitted by: Ulrich Spoerlein Approved by: phk MFC after: 1 month
* Extend utility to allow recovering single file from the deffectivesobomax2005-08-291-12/+28
| | | | | | media. MFC after: 2 weeks
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
| | | | OK'ed by: core
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* Use %zu to format size_t instead of %jd and an intmax_t cast.des2004-10-231-6/+5
| | | | Approved by: hamlet
* Stop amd64 warnings.phk2004-10-231-3/+4
|
* Only print progress statistics once per second.phk2004-10-081-9/+16
|
* This is a small tool which will read an entire disk(partition) usingphk2004-09-282-0/+149
1M blocks and optionally write the read data to a file or disk. If a read error happens, the 1M block gets put on the end of the worklist and will be retried with 64k blocksize. If a read error happens again, the 64k block gets put at the end of the worklist and will be retried with single sector reads. The program keeps trying until you stop it. You can refresh a disk: recoverdisk /dev/ad1 /dev/ad1 or salvage a floppy: recoverdisk /dev/fd0 myfloppy.flp
OpenPOWER on IntegriCloud