Subject: Re: Of SCSI disks and things amiss
To: None <ghudson@MIT.EDU, tech-kern@NetBSD.ORG>
From: Charles M. Hannum <mycroft@NetBSD.ORG>
List: tech-kern
Date: 02/29/1996 12:29:03
In many cases, the actual disk *does* extend beyond what the `geometry'
implies; even after you discount reserved sectors.  If you make the
change you suggest, this space would become unusable.

It seems more appropriate to either:

a) stop pretending we have any idea what the geometry of a SCSI disk 
is, and just make it one large track, or

b) make the warning from disklabel(8) non-fatal.