From owner-freebsd-stable@FreeBSD.ORG Wed Oct 25 10:39:06 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5A1416A407; Wed, 25 Oct 2006 10:39:06 +0000 (UTC) (envelope-from guido@gvr.org) Received: from gvr.gvr.org (gvr-gw.gvr.org [80.126.103.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67E8D43D5A; Wed, 25 Oct 2006 10:39:06 +0000 (GMT) (envelope-from guido@gvr.org) Received: by gvr.gvr.org (Postfix, from userid 657) id B9698C207; Wed, 25 Oct 2006 12:39:05 +0200 (CEST) Date: Wed, 25 Oct 2006 12:39:05 +0200 From: Guido van Rooij To: Rink Springer Message-ID: <20061025103905.GB50937@gvr.gvr.org> References: <20061025100759.GA50625@gvr.gvr.org> <20061025101801.GE23885@rink.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061025101801.GE23885@rink.nu> Cc: freebsd-stable@freebsd.org Subject: Re: Gmirror question X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Oct 2006 10:39:07 -0000 On Wed, Oct 25, 2006 at 12:18:01PM +0200, Rink Springer wrote: > On Wed, Oct 25, 2006 at 12:07:59PM +0200, Guido van Rooij wrote: > > Is it possible to use gmirror to mirror a single BSD partition? > > If not: is it possible with other tools? > > I think this is possible, have you tried (inspired by man gmirror) > > # gmirror label -v -b split -s 2048 data da0s1a da1s1a da2s1a > > It's been a while since I last used this; but I believe it will work. The problem is that gmirror stores its label in the last sector of the partition. I do not know how to reserve that space with newfs. -Guido