From owner-freebsd-questions@FreeBSD.ORG Tue Mar 14 00:31:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 4696916A5D7 for ; Tue, 14 Mar 2006 00:31:40 +0000 (UTC) (envelope-from sub02@freeode.co.uk) Received: from mail.freeode.co.uk (freeode.co.uk [213.162.123.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 985DE43D45 for ; Tue, 14 Mar 2006 00:31:39 +0000 (GMT) (envelope-from sub02@freeode.co.uk) Received: from lexx.freeode.co.uk (lexx.freeode.co.uk [10.10.10.2]) by mail.freeode.co.uk (8.13.4/8.13.4) with ESMTP id k2E0Vbh7004321 for ; Tue, 14 Mar 2006 00:31:37 GMT (envelope-from sub02@freeode.co.uk) From: John Murphy To: freebsd-questions@freebsd.org Date: Tue, 14 Mar 2006 00:31:37 +0000 Message-ID: X-Mailer: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Using 'incorrect' HD geometry. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sub02@freeode.co.uk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 00:31:40 -0000 I'm currently dual booting FreeBSD-5.3 and Windows 2000 on a WD800BB 80GB IDE HD. It all seems to be working very well, but now I want to install 6.0 on the slice where 5.3 is. fdisk -s currently says: /dev/ad0: 155061 cyl 16 hd 63 sec Part Start Size Type Flags 1: 63 5981220 0x0b 0x00 2: 5981283 13971447 0xa5 0x80 3: 19958400 136337040 0x0f 0x00 The problem is that the installer says that geometry of 155061/16/63 is incorrect and suggests using the BIOS geometry of 38309/16/255. I'm worried that if I change the geometry I may lose the existing Win2k slices (1 and 3 in the fdisk output). I'm not even convinced that what the BIOS says is correct, as I get the following from other sources: 16383/16/63 from the Western Digital web site. 10337/240/63 probed values from Scisoft Sandra. 10337/240/63 " " " Ranish Partition Manager. If I make sure the installer uses the existing incorrect geometry, does that guarantee that the other slices will be unaffected? What future problems may that lead to? -- John.