From eaecb3dfd450e0865fbd3ab4dc9c1b2ff85e267a Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 3 Jun 2001 20:02:03 +0000 Subject: 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 --- usr.sbin/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/Makefile') diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 6d9b018..eff6ad4 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -24,6 +24,7 @@ SUBDIR= IPXrouted \ dev_mkdb \ devinfo \ digictl \ + diskcheckd \ diskpart \ edquota \ extattrctl \ -- cgit v1.1