From owner-freebsd-current@FreeBSD.ORG Thu Mar 19 15:37:39 2009 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 624D7106566C for ; Thu, 19 Mar 2009 15:37:39 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout022.mac.com (asmtpout022.mac.com [17.148.16.97]) by mx1.freebsd.org (Postfix) with ESMTP id 4DAF88FC23 for ; Thu, 19 Mar 2009 15:37:39 +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 andyhong-t61.jnpr.net (natint3.juniper.net [66.129.224.36]) by asmtp022.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KGR0046CFELUV80@asmtp022.mac.com> for freebsd-current@FreeBSD.org; Thu, 19 Mar 2009 08:37:37 -0700 (PDT) Message-id: <5F9E4F6E-E979-40DE-9DF7-41107A949819@mac.com> From: Marcel Moolenaar To: "O. Hartmann" In-reply-to: <49C24A76.7000707@zedat.fu-berlin.de> Date: Thu, 19 Mar 2009 08:37:34 -0700 References: <49C24A76.7000707@zedat.fu-berlin.de> X-Mailer: Apple Mail (2.930.3) Cc: freebsd-current@FreeBSD.org Subject: Re: GEOM: ad10s1: geometry does not match label (255h, 63s != 16h, 63s). 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: Thu, 19 Mar 2009 15:37:40 -0000 On Mar 19, 2009, at 6:36 AM, O. Hartmann wrote: > Since I switched recently my lab's box from FreeBSD 7.1 to FreeBSD > 8.0-CURRENT/amd64 SMP, I get this weird message: > > GEOM: ad10s1: geometry does not match label (255h,63s != 16h,63s). > GEOM: ad10s2: geometry does not match label (255h,63s != 16h,63s). It means that the number of heads the disk reports it has is not the same as the number of heads that sysinstall put in the BSD disklabel. A mismatch for the number of heads is generally speaking harmless, but the discrepancy is there and it may be a problem in some cases. Hence the message. -- Marcel Moolenaar xcllnt@mac.com