From owner-freebsd-questions@FreeBSD.ORG Wed Dec 30 16:36:46 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F75A106566C for ; Wed, 30 Dec 2009 16:36:46 +0000 (UTC) (envelope-from robin@reportlab.com) Received: from mail-ew0-f226.google.com (mail-ew0-f226.google.com [209.85.219.226]) by mx1.freebsd.org (Postfix) with ESMTP id 212418FC12 for ; Wed, 30 Dec 2009 16:36:45 +0000 (UTC) Received: by ewy26 with SMTP id 26so9539101ewy.3 for ; Wed, 30 Dec 2009 08:36:41 -0800 (PST) Received: by 10.213.47.9 with SMTP id l9mr4420198ebf.93.1262189510634; Wed, 30 Dec 2009 08:11:50 -0800 (PST) Received: from ?192.168.0.3? (fpc2-nmal8-0-0-cust4.croy.static.cable.virginmedia.com [82.44.127.245]) by mx.google.com with ESMTPS id 14sm9649305ewy.11.2009.12.30.08.11.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 30 Dec 2009 08:11:49 -0800 (PST) Message-ID: <4B3B7BC4.8080807@chamonix.reportlab.co.uk> Date: Wed, 30 Dec 2009 16:11:48 +0000 From: Robin Becker User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: geometry does not match label X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Dec 2009 16:36:46 -0000 I'm just setting up a software raid mirror using geom; everything seems to be working fine and the mirror is slowly synchronizing. Because of cabling constraints this is a mirror rather than a duplex (I haven't used mirror before) so the gm0 components are ad0/ad1 rather than ad0/ad2. In dmesg I see ...... GEOM_MIRROR: Device mirror/gm0 launched (1/2). GEOM_MIRROR: Device gm0: rebuilding provider ad1. GEOM: mirror/gm0s1: geometry does not match label (16h,63s != 255h,63s). ...... Trying to mount root from ufs:/dev/mirror/gm0s1a ...... anyone know if I should worry about the "geometry does not match label" message? -- Robin Becker