From owner-freebsd-bugs Mon Sep 23 15:29:59 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA08245 for bugs-outgoing; Mon, 23 Sep 1996 15:29:59 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id PAA08224 for ; Mon, 23 Sep 1996 15:29:54 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <16324(6)>; Mon, 23 Sep 1996 15:29:20 PDT Received: by crevenia.parc.xerox.com id <177476>; Mon, 23 Sep 1996 15:29:18 -0700 From: Bill Fenner To: darrylo@sr.hp.com, fenner@parc.xerox.com Subject: Re: Very disturbing boot block problems.. Cc: freebsd-bugs@freebsd.org Message-Id: <96Sep23.152918pdt.177476@crevenia.parc.xerox.com> Date: Mon, 23 Sep 1996 15:29:15 PDT Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Is there any easy way to determine the BIOS geometry, since that's the one that's so important for the boot blocks? fdisk tells me: ******* Working on device /dev/sd1 ******* parameters extracted from in-core disklabel are: cylinders=3658 heads=6 sectors/track=96 (576 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=3658 heads=6 sectors/track=96 (576 blks/cyl) If I believe that, then my 40960 block a partition is under 72 cylinders long. Still no reason to believe that it might be over 1023 cylinders. Bill