From owner-freebsd-current@FreeBSD.ORG Mon Jun 14 17:41:17 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF95716A4CF for ; Mon, 14 Jun 2004 17:41:17 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F8B943D54 for ; Mon, 14 Jun 2004 17:41:17 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.10) with ESMTP id i5EHfBno072641; Mon, 14 Jun 2004 10:41:12 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i5EHfBGp072640; Mon, 14 Jun 2004 10:41:11 -0700 (PDT) (envelope-from obrien) Date: Mon, 14 Jun 2004 10:41:10 -0700 From: "David O'Brien" To: Eirik Oeverby Message-ID: <20040614174110.GA72586@dragon.nuxi.com> Mail-Followup-To: David O'Brien , Eirik Oeverby , current@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: current@freebsd.org Subject: Re: Mirroring without Vinum (GEOM?) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2004 17:41:18 -0000 On Mon, Jun 14, 2004 at 10:55:29AM +0200, Eirik Oeverby wrote: > is there a way, given GEOM and all, to mirror volumes in -CURRENT without > using Vinum? Yes ccd(4) does both mirroring (RAID1) and stripping (RAID0). ccd(4) is very easy to setup and performs quite well. -- -- David (obrien@FreeBSD.org)