From owner-freebsd-hackers Wed May 22 11:19:54 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA15383 for hackers-outgoing; Wed, 22 May 1996 11:19:54 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA15378 for ; Wed, 22 May 1996 11:19:52 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id LAA04492; Wed, 22 May 1996 11:13:13 -0700 From: Terry Lambert Message-Id: <199605221813.LAA04492@phaeton.artisoft.com> Subject: Re: Glitch in install procedure. To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Wed, 22 May 1996 11:13:13 -0700 (MST) Cc: bde@zeta.org.au, erich@uruk.org, terry@lambert.org, dutchman@spase.nl, freebsd-hackers@FreeBSD.ORG In-Reply-To: <5353.832756963@time.cdrom.com> from "Jordan K. Hubbard" at May 22, 96 02:22:43 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Well, I added the geometry warning by popular request, I can just as > easily remove it for the same reason. :-) > > Is there general agreement that the geometry warning is bogus? It's bogus unless the kernel knows the per drive geometry so it can know when to warn. THe kernel knows the per drive ID geometry, but it does not have a mapping of drive ID to special device, making the information practically useless. The warning isn't (can't be) very effective under those circumstances. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.