From owner-freebsd-hackers Fri Jun 16 13:23:06 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA16481 for hackers-outgoing; Fri, 16 Jun 1995 13:23:06 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id NAA16473 for ; Fri, 16 Jun 1995 13:23:01 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id GAA00687; Sat, 17 Jun 1995 06:20:49 +1000 Date: Sat, 17 Jun 1995 06:20:49 +1000 From: Bruce Evans Message-Id: <199506162020.GAA00687@godzilla.zeta.org.au> To: aflundi@sandia.gov, freebsd-hackers@freebsd.org Subject: Re: HD Geometry dirty trick Sender: hackers-owner@freebsd.org Precedence: bulk >> The BIOS can invent any geometry that it wants (subject to the >> constraints 1 <= nsectors <= 63, 1 <= nheads <= 256, 1 <= ncyls <= 1024). >Does this mean that it's possible that every distinct >BIOS could produce a different geometry for a given disk >drive, so that there is no way to predict via an algorithm >for all machines what the BIOS geometry should be? Bummer! Yes. It makes /etc/disktab unusable. However, it's much easier to find out the drive at runtime than to keep a huge table of disk drives. Bruce