From owner-freebsd-geom@FreeBSD.ORG Fri Feb 18 22:29:53 2005 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 AE49516A4CE for ; Fri, 18 Feb 2005 22:29:53 +0000 (GMT) Received: from imladris.teardrop.org (imladris.teardrop.org [66.92.66.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6310643D39 for ; Fri, 18 Feb 2005 22:29:53 +0000 (GMT) (envelope-from snow@teardrop.org) Received: by imladris.teardrop.org (Postfix, from userid 100) id C19D4C06E1; Fri, 18 Feb 2005 17:29:52 -0500 (EST) Date: Fri, 18 Feb 2005 17:29:52 -0500 From: James Snow To: freebsd-geom@freebsd.org Message-ID: <20050218222952.GA860@teardrop.org> References: <16901.26814.588055.457273@satchel.alerce.com> <16902.27236.71619.138367@satchel.alerce.com> <20050206191209.GC1080@darkness.comp.waw.pl> <16902.28195.6589.299894@satchel.alerce.com> <20050211133917.GA45990@engelschall.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050211133917.GA45990@engelschall.com> User-Agent: Mutt/1.4.2.1i Subject: Re: Hardcoding gmirror provider [was Re: Problem with migrating...] 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: Fri, 18 Feb 2005 22:29:53 -0000 On Fri, Feb 11, 2005 at 02:39:17PM +0100, Ralf S. Engelschall wrote: > > I've added a comment to the slice creation command that one just > substract one block or alternatively use the -h option on the "gmirror > label" command for hard-coding the provider. Thanks for catching this > subtle problem. I've tried several iterations of the single-slice method, but I'm still unable to boot. The loader complains that it can't find the kernel and lsdev reports: disk1s1: FFS bad disklabel disk2s1: FFS bad disklabel I'm a little puzzled. I got this working on another machine by hardcoding the provider labels in gmirror and not decrementing the size of the slice in fdisk. Not sure why it's giving me so much trouble going this route. Any thoughts on what I'm doing wrong? -Snow