Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Feb 1996 09:11:52 -0700
From:      Warner Losh <imp@village.org>
To:        Peter Dufault <dufault@hda.com>
Cc:        daveh@ntanet.net, freebsd-hackers@FreeBSD.ORG
Subject:   Re: Is there a FreeBSD automounter? 
Message-ID:  <199602081611.JAA14587@rover.village.org>
In-Reply-To: Your message of Thu, 08 Feb 1996 07:04:23 EST

next in thread | raw e-mail | index | archive | help
: 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602081611.JAA14587>