From owner-freebsd-current@FreeBSD.ORG Sat Jan 3 17:53:47 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11B951065674 for ; Sat, 3 Jan 2009 17:53:47 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout011.mac.com (asmtpout011.mac.com [17.148.16.86]) by mx1.freebsd.org (Postfix) with ESMTP id F185C8FC1B for ; Sat, 3 Jan 2009 17:53:46 +0000 (UTC) (envelope-from xcllnt@mac.com) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Received: from [192.168.1.96] (75-101-29-67.dsl.static.sonic.net [75.101.29.67]) by asmtp011.mac.com (Sun Java(tm) System Messaging Server 6.3-7.03 (built Aug 7 2008; 32bit)) with ESMTPSA id <0KCW00DQIPP7CX80@asmtp011.mac.com> for current@freebsd.org; Sat, 03 Jan 2009 09:53:32 -0800 (PST) Message-id: From: Marcel Moolenaar To: "M. Warner Losh" In-reply-to: <20090103.102528.139568125.imp@bsdimp.com> Date: Sat, 03 Jan 2009 09:53:31 -0800 References: <20090102.115426.-1540393465.imp@bsdimp.com> <20090103.102528.139568125.imp@bsdimp.com> X-Mailer: Apple Mail (2.930.3) Cc: current@freebsd.org Subject: Re: New warning, what does it mean? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2009 17:53:47 -0000 On Jan 3, 2009, at 9:25 AM, M. Warner Losh wrote: > In message: > Marcel Moolenaar writes: > : > : On Jan 2, 2009, at 10:54 AM, M. Warner Losh wrote: > : > : > I'm getting the following from my main disk on boot now: > : > > : > GEOM: ad0s2: geometry does not match label (255h,63s != 16h,63s). > : > > : > What does it mean? This system is a dual-boot FreeBSD/Windows > : > laptop. In the past I've seen sysinstall barf on the former > geometry, > : > and have had problems installing dual-boot core4/FreeBSD systems > : > because of it. > : > > : > In addition, the above error message is useless. Who is > complaining? > : > Why are they complaining? What is the corrective action to be > taken > : > here? Why does it matter with modern disks and BIOSes anyway? > : > : This is geom_part telling you that the BSD disk label does > : not have the same geometry as ad0 is telling it it has. > : Your label claims 255 heads. Your disk claims 16 heads. > : There's nothing you need to do at this time. > > It would be nice to know which of the numbers is which... You can't > tell that without finding this message in the source... True. David added the numbers, which weren't there, so it's an improvement over the original warning, but it helps if we use a second line and be more informative. I think the warning should go away eventually. That's why I'm not too concerned right now with the details of that message. -- Marcel Moolenaar xcllnt@mac.com