From owner-freebsd-hackers Fri Jun 9 22:57:22 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA26902 for hackers-outgoing; Fri, 9 Jun 1995 22:57:22 -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 WAA26896 for ; Fri, 9 Jun 1995 22:57:06 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id PAA27829; Sat, 10 Jun 1995 15:55:41 +1000 Date: Sat, 10 Jun 1995 15:55:41 +1000 From: Bruce Evans Message-Id: <199506100555.PAA27829@godzilla.zeta.org.au> To: hackers@freebsd.org, rashid@haven.ios.com, rcarter@geli.com Subject: Re: 2.0.5- QUOTAS and install Sender: hackers-owner@freebsd.org Precedence: bulk >| Second - when some1 stucks with geometry problem >| ( succesfull install,but PC can't find boot record >| thereafter, so one has to boot via floppy), there >| IS a simple cure ( RTFM :): >TIA "FM"? I don't care that it took me a while, it's just FM=drives.hlp. >| use pfdisk ( or some other utility which shows real ^^^^ BIOS (usually unreal) >| HD geometry ). Once you get FreeBSD booting from the hard disk, booting with -v should show the BIOS geometry for all drives supported by the BIOS. The association of the geometries with the drives is not simple if you have more than one drive, and sysinstall doesn't attempt to do it. If FreeBSD is booted from a floppy, as is normal for initial installation, then booting -v will show what the geometry was before any disk managers on the hard disk have adjusted it. pfdisk would also show the unadjusted values if the system is booted from a DOS floppy and the utility for installing the disk manager isn't run. Bruce