Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Nov 1996 12:11:58 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-current@FreeBSD.org (FreeBSD-current users)
Cc:        fenner@parc.xerox.com (Bill Fenner)
Subject:   Re: 2.2-ALPHA install failure
Message-ID:  <199611231111.MAA03248@uriah.heep.sax.de>
In-Reply-To: <96Nov22.234540pst.177557@crevenia.parc.xerox.com> from Bill Fenner at "Nov 22, 96 11:45:25 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
As Bill Fenner wrote:

> I forgot that the partition table was probably wrong, too.  I ran fdisk

...and that's the actual problem, of course.  It's what the BIOS uses,
and your 2000 > 1023 is also a BIOS problem

> 4839 cylinders.  I said "no" to manually setting the start/end of the
> partition, and it made the start 0/1/0 and the end something like
> 735/36/0.  Seems to me that since the partition is the whole disk, the
> end should be at least 1023/...

fdisk stupidly masks off the upper bits that are not supported by the
BIOS, hence the 735.  Since both figures, the 735 and the 1023 are not
representing the actual end of the slice from a BIOS point of view
(since it's beyond the BIOS limits), it simply doesn't matter.
FreeBSD doesn't care for these numbers either.

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611231111.MAA03248>