]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add diskcheck-daemon.
authorPoul-Henning Kamp <phk@FreeBSD.org>
Sun, 3 Jun 2001 20:02:03 +0000 (20:02 +0000)
committerPoul-Henning Kamp <phk@FreeBSD.org>
Sun, 3 Jun 2001 20:02:03 +0000 (20:02 +0000)
commit849f35cf880f98768134b7d69b2676ac10cd3637
tree7a604723af422e34bdf868f03a3f758708e1a010
parent2d754db7e62cc619317107412f081f3a75f87a3f
Add diskcheck-daemon.

With a small disk being 20GB these days, chances are pretty good that
an ailing sector will not be read while still being recoverable by
the drive.

Diskcheck daemon will read disks in the background at a low rate and
that way give the diskdrive a chance to detect and correct soft read
errors before they become hard errors.

Idea by: phk
Written by:     ben
etc/diskcheckd.conf [new file with mode: 0644]
share/man/man5/rc.conf.5
usr.sbin/Makefile
usr.sbin/diskcheckd/Makefile [new file with mode: 0644]
usr.sbin/diskcheckd/diskcheckd.8 [new file with mode: 0644]
usr.sbin/diskcheckd/diskcheckd.c [new file with mode: 0644]