From owner-freebsd-questions Fri Oct 20 13:20:31 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA17915 for questions-outgoing; Fri, 20 Oct 1995 13:20:31 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id NAA17908 for ; Fri, 20 Oct 1995 13:20:24 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id NAA05202; Fri, 20 Oct 1995 13:10:57 -0700 From: Terry Lambert Message-Id: <199510202010.NAA05202@phaeton.artisoft.com> Subject: Re: Western Digital Caviar 1.28Gig HDD? To: bosch@meadow.mdso.vf.ge.com Date: Fri, 20 Oct 1995 13:10:57 -0700 (MST) Cc: freebsd-questions@freebsd.org In-Reply-To: <9510201515.AA06090@opus.meadow.mdso.vf.ge.com> from "bosch@meadow.mdso.vf.ge.com" at Oct 20, 95 11:15:29 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 543 Sender: owner-questions@freebsd.org Precedence: bulk > Never the less, I would be interested to know how FreeBSD works with > the "Ontrack Disk Manager". For instance, does it still require the > root partition to be within the 1024 limit? Yes it does. The second stage boot loader does not use the LBA INT 21 extensions needed for BIOS based code to recognize cylinders past 1024. 99.9% of DOS code doesn't either, so LBA buys you very little, period. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.