From owner-freebsd-questions Sat Jun 16 1:43:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from groucho.hvm.sas.cica.es (ahvm.hvm.sas.cica.es [150.214.10.82]) by hub.freebsd.org (Postfix) with ESMTP id 6D74137B411 for ; Sat, 16 Jun 2001 01:42:51 -0700 (PDT) (envelope-from jmora@hvm.sas.cica.es) Received: from localhost (jmora@localhost) by groucho.hvm.sas.cica.es (8.11.1/8.11.1) with ESMTP id f5G8iMR01368; Sat, 16 Jun 2001 10:44:31 +0200 (CEST) (envelope-from jmora@hvm.sas.cica.es) X-Authentication-Warning: groucho.hvm.sas.cica.es: jmora owned process doing -bs Date: Sat, 16 Jun 2001 10:44:19 +0200 (CEST) From: "Jesus A. Mora" Reply-To: jmora@ahvm.hvm.sas.cica.es To: Bill Moran Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problems with my hard disk geometry? In-Reply-To: <3B2A02BC.106D0228@iowna.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 15 Jun 2001, Bill Moran wrote: > What does your BIOS say the geometry is? Well, the BIOS gives you three options: CHS : 38792 cyl / 16 heads / 63 sectors = 39,102,336 sectors LBA : 2434 cyl / 255 heads / 63 sectors = 39,102,210 sectors Large: 2586 cyl / 240 heads / 63 sectors = 39,100,320 sectors Auto In fact, if configured as "Auto", it chooses to go "LBA", as stated during the final boot process. I wonder if FreeBSD (or the boot0 loader) gets confused, since the number of heads in LBA (255) is not in the form m * (2^n), so it cannot guess the real geometry of the HD. Also, I wonder if setting the option "Large" mode could be of some help (and if it will work with MS Win98). Of course, I guess I'll have to repartition the disk and reinstall everything if going this way. By the way, a strange thing happened to me the first time I booted the system and tried to set the Win98 partition with its FDISK tool: I forced the LBA mode in the BIOS, and the FDISK stated that the HD was 8GB large. So I set the "Auto" option, it booted LBA again, but this time the FDISK saw the real size (about 20GB). Any hint, please? TIA. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message