From owner-freebsd-current Tue Nov 26 14:16:59 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA00281 for current-outgoing; Tue, 26 Nov 1996 14:16:59 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA00273 for ; Tue, 26 Nov 1996 14:16:54 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id JAA21885; Wed, 27 Nov 1996 09:02:22 +1100 Date: Wed, 27 Nov 1996 09:02:22 +1100 From: Bruce Evans Message-Id: <199611262202.JAA21885@godzilla.zeta.org.au> To: bde@zeta.org.au, terry@lambert.org Subject: Re: 2.2-ALPHA install failure Cc: current@freefall.freebsd.org, darrylo@sr.hp.com, jkh@time.cdrom.com, rgrimes@GndRsh.aac.dev.com Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >If you are going to present fake geometry numbers, they should percoalte >up from where the real geometry numbers are coming from. They do percolate up, but there is no "real" geometry. There lots of different geometries: default for newfs: independent, X/1/4096 values in the label: independent, usually unused values in the partition table: should agree with BIOS BIOS indepependent, important only for booting and in other OS's physical: independent, usually an average for sectors/ track, usually unused These geometries should NOT be visible in all layers. Bruce