From owner-freebsd-questions@FreeBSD.ORG Sun Apr 13 10:43:35 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A391737B405 for ; Sun, 13 Apr 2003 10:43:35 -0700 (PDT) Received: from mail.airnet.com.au (mail.airnet.com.au [202.174.32.5]) by mx1.FreeBSD.org (Postfix) with SMTP id 55C7E43F75 for ; Sun, 13 Apr 2003 10:43:33 -0700 (PDT) (envelope-from ws@senet.com.au) Received: (qmail 5067 invoked from network); 13 Apr 2003 17:43:31 -0000 Received: from dsl2-81.gw1.adl1.airnet.com.au (HELO predatorii) (202.174.37.81) by mail.airnet.com.au with SMTP; 13 Apr 2003 17:43:31 -0000 Message-ID: <027501c301e4$5ede3ce0$0264a8c0@regional.net.au> From: "W. Sierke" To: "Christopher Turner" , References: <20030412171001.X73278@thought> Date: Mon, 14 Apr 2003 03:14:18 +0930 Organization: OVirt Technologies MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: Re: HD Geometry Issue... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2003 17:43:36 -0000 From: "Christopher Turner" > I have two 40Gig Seagate Baracuda IV's. > > The physical drive is 1023/256/63 > The BIOS detects it at 1024/255/63 Are these ST340016A? The Seagate site: lists the logical geometry as 16383/16/63 (8G). I've recently used this (as the BIOS setting) for an 80G Seagate (ST380024A). FreeBSD sees the drive as 9729/255/63. I even had to drop the BIOS setting down to 16383/15/63 to circumvent a bug in the BIOS whereby it wouldn't boot from the drive (with the 16 heads setting) - FreeBSD happily ignored this setting change. Have you enabled LBA in your BIOS? Not sure what else to suggest other than to try Seagate's geometry if your BIOS will accept it. The AMI BIOS on the system the 80G drive is fitted to has LBA, Block mode and 32-bit mode enabled and auto-detects the drive as 16383/16/63. Note that those geometries that you listed (as I've included at the start of this message) are BIOS settings only, and don't represent any physical geometry of the drive (those settings only equate to approx. 8G for starters). Wayne