Date: Sun, 1 May 2011 20:14:10 +0000 (UTC) From: Ulrich Spoerlein <uqs@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sbin/recoverdisk recoverdisk.1 recoverdisk.c Message-ID: <201105012014.p41KEUjD066262@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
uqs 2011-05-01 20:14:10 UTC
FreeBSD src repository
Modified files:
sbin/recoverdisk recoverdisk.1 recoverdisk.c
Log:
SVN rev 221304 on 2011-05-01 20:14:10Z by uqs
recoverdisk(8): treat output file consistently and abort on EINVAL
This improves usability a little as we no longer require using touch.
Also reword the manpage wrt. parameters and fix usage() [1]
With no media in a cd(4) drive, the reads will loop producing EINVAL,
abort in that case [2].
Document the shortcoming of sectorsize and MAXPHYS (a quick solution
to this might be having MAXPHYS as the "bigsize", in short testing it
didn't make a difference on throughput).
Submitted by: arundel [1]
PR: bin/154528 [2]
Revision Changes Path
1.6 +30 -19 src/sbin/recoverdisk/recoverdisk.1
1.15 +12 -7 src/sbin/recoverdisk/recoverdisk.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105012014.p41KEUjD066262>
