From owner-freebsd-bugs Sun Jun 18 12:18:55 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA27769 for bugs-outgoing; Sun, 18 Jun 1995 12:18:55 -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 MAA27762 ; Sun, 18 Jun 1995 12:18:51 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id FAA04907; Mon, 19 Jun 1995 05:18:08 +1000 Date: Mon, 19 Jun 1995 05:18:08 +1000 From: Bruce Evans Message-Id: <199506181918.FAA04907@godzilla.zeta.org.au> To: gibbs@freefall.cdrom.com, guido@gvr.win.tue.nl Subject: Re: 2.05R: failure to get fd parameters correctly Cc: freebsd-bugs@freebsd.org Sender: bugs-owner@freebsd.org Precedence: bulk >> >is bad. I dont want DOS. And I dont understand why I caanot use the geometry >> >reported by 2.0R when booting for the 2.05R installs... >This is waht 2.0R thought of it: >sd2: 2006MB (4108600 total sec), 3053 cyl, 12 head, 112 sec, bytes/sec 512 2.0R worked because it didn't insist on a valid geometry (sec < 64) and the invalid geometry happened not to be used (only one partition starting on the first track). Bruce