From owner-freebsd-geom@FreeBSD.ORG Sat Sep 25 00:28:29 2004 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E59416A4CE for ; Sat, 25 Sep 2004 00:28:29 +0000 (GMT) Received: from clueful.shagged.org (clueful.shagged.org [212.13.201.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 311CE43D2F for ; Sat, 25 Sep 2004 00:28:29 +0000 (GMT) (envelope-from chris@clueful.shagged.org) Received: from chris by clueful.shagged.org with local (Exim 4.40 (FreeBSD)) id 1CB0QD-000PkM-6j; Sat, 25 Sep 2004 01:28:17 +0100 Date: Sat, 25 Sep 2004 01:28:17 +0100 From: Chris Elsworth To: Paul Mather Message-ID: <20040925002817.GA98852@shagged.org> References: <54732.1096062623@critter.freebsd.dk> <1096063835.9306.130.camel@zappa.Chelsea-Ct.Org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1096063835.9306.130.camel@zappa.Chelsea-Ct.Org> User-Agent: Mutt/1.5.6i Sender: Chris Elsworth X-Shagged-MailScanner-Information: See www.mailscanner.info for information X-Shagged-MailScanner: Found to be clean X-MailScanner-From: chris@clueful.shagged.org cc: Poul-Henning Kamp cc: freebsd-geom@freebsd.org Subject: Re: WARNING: Expected rawoffset 0, found 63 ? X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Sep 2004 00:28:29 -0000 On Fri, Sep 24, 2004 at 06:10:36PM -0400, Paul Mather wrote: > > > > The 16 offset is to protect the disklabel and boot code. You have no > > idea how much I hate the person who made the hack to leave the metadata > > inside the trafic partitions. > > So I guess the case to be made is really to have sysinstall behave the > same as bsdlabel, not vice versa. Ah, so we should really be leaving that 16 offset there? I'm having trouble getting the kernel to mount a mirrored partition as root now - I have geom_mirror_load="YES" in loader.conf, but if I boot -as I can only see da0* and da1* available, no gmirror drives. If I just select a daX drive then kldstat, geom_mirror is present in the list. Additionally, gmirror list shows nothing until I kldunload it, then kldload it again, at which point I see GEOM_MIRROR messages about my configured mirror. Did I miss something out of loader.conf ? I can't find anything to suggest I need more in there. -- Chris