From owner-freebsd-hackers Thu Feb 8 08:14:31 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA27434 for hackers-outgoing; Thu, 8 Feb 1996 08:14:31 -0800 (PST) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id IAA27423 for ; Thu, 8 Feb 1996 08:14:12 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by rover.village.org (8.6.11/8.6.6) with SMTP id JAA14587; Thu, 8 Feb 1996 09:11:52 -0700 Message-Id: <199602081611.JAA14587@rover.village.org> To: Peter Dufault Subject: Re: Is there a FreeBSD automounter? Cc: daveh@ntanet.net, freebsd-hackers@FreeBSD.ORG In-reply-to: Your message of Thu, 08 Feb 1996 07:04:23 EST Date: Thu, 08 Feb 1996 09:11:52 -0700 From: Warner Losh Sender: owner-hackers@FreeBSD.ORG Precedence: bulk : I think 2.0R and 2.1R has the bug - are you using all 7 drives? Yes. : Bruce submitted a patch to fix the problem and it is committed to : the recent kernels in -stable and -current. If you have this in : cd.c: : > if(cd->dkunit > 0) { : you have the bug. I tested it out with this: : : if(cd->dkunit >= 0) { I've applied this one, after reading about it here. There were some other patches to get the driver to probe all the LUNs as well. : Set SCSI_CDBUG_NOISE and you'll see how often you are trashing things. I'll have to do that... I have a second scsi disk that has been going nuts. newfs, create 5M of files, delete some of the, umount, fsck then yields 40K of output :-(. However, this disk has a colorful history in the other machine it was in (an NT box that I had to reinstall NT on twice).... Warner