freebsd-skq/sbin/recoverdisk
Ulrich Spörlein b93ce255b5 Document the detrimental effect of kern.cam.XX.retry_count for recoverdisk(1)
recoverdisk(1) wants to know about read errors when doing the 1MB/64k
reads as fast as possible so it can continue and retry them later with
smaller reads (down to sector size). Any retries by lower layers will
only slow it down.

Prodded by:	arundel
2012-01-05 21:36:20 +00:00
..
Makefile Switch the default WARNS level for sbin/ to 6. 2009-10-19 16:00:24 +00:00
recoverdisk.1 Document the detrimental effect of kern.cam.XX.retry_count for recoverdisk(1) 2012-01-05 21:36:20 +00:00
recoverdisk.c Add missing static keywords for global variables to tools in sbin/. 2011-11-04 13:36:02 +00:00