From owner-freebsd-geom@FreeBSD.ORG Thu Nov 6 22:20:25 2008 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4875A1065754 for ; Thu, 6 Nov 2008 22:20:25 +0000 (UTC) (envelope-from kurtseel@primetime.com) Received: from mail.primetime.com (mail.primetime.com [146.145.135.164]) by mx1.freebsd.org (Postfix) with ESMTP id 1D0778FC1A for ; Thu, 6 Nov 2008 22:20:25 +0000 (UTC) (envelope-from kurtseel@primetime.com) Received: from Macintosh-6.local (unknown [10.200.1.137]) by mail.primetime.com (Postfix) with ESMTP id 29EEBF9C405; Thu, 6 Nov 2008 17:18:46 -0500 (EST) Message-ID: <49136DE5.1080603@primetime.com> Date: Thu, 06 Nov 2008 17:21:25 -0500 From: kurt seel User-Agent: Thunderbird 2.0.0.17 (Macintosh/20080914) MIME-Version: 1.0 To: Steve Kargl , freebsd-geom@freebsd.org References: <20081106042504.GA40254@troutmask.apl.washington.edu> <4912E80A.7090405@primetime.com> <20081106203817.GA64185@troutmask.apl.washington.edu> In-Reply-To: <20081106203817.GA64185@troutmask.apl.washington.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Method to mirror a single partition across the net X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2008 22:20:25 -0000 Steve Kargl wrote: > On Thu, Nov 06, 2008 at 07:50:18AM -0500, kurt seel wrote: > >> Tell me if this helps : >> http://bsdtips.utcorp.net/mediawiki/index.php/Mirroring_over_network >> If anything is wrong or unclear let me know. >> >> > > Thanks for the pointer. Unfortunately, it doesn't describe > what I'm trying to do. I literally want to mirror only a > single partition across the network to a single partition. > I don't want to mirror a disk slice or an entire disk. > > Just use the partition device node instead, GEOM doesn't care.