From owner-freebsd-questions@FreeBSD.ORG Thu Sep 27 22:31:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C22A116A4CA for ; Thu, 27 Sep 2007 22:31:27 +0000 (UTC) (envelope-from lavalamp@spiritual-machines.org) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.freebsd.org (Postfix) with ESMTP id 3E75313C469 for ; Thu, 27 Sep 2007 22:31:26 +0000 (UTC) (envelope-from lavalamp@spiritual-machines.org) Received: from [192.168.2.62] (pr40.pitbpa0.pub.collaborativefusion.com [206.210.89.202]) (AUTH: LOGIN seklecki, TLS: TLSv1/SSLv3,128bits,RC4-MD5) by wingspan with esmtp; Thu, 27 Sep 2007 18:21:19 -0400 id 00056435.46FC2CDF.0001022B From: "Brian A. Seklecki" To: Rakhesh Sasidharan In-Reply-To: <20070822084628.L88943@obelix.home.rakhesh.com> References: <20070820121349.D51751@obelix.home.rakhesh.com> <44abslgfa0.fsf@be-well.ilk.org> <20070822084628.L88943@obelix.home.rakhesh.com> Date: Tue, 25 Sep 2007 21:49:22 -0400 Message-Id: <1190771362.2983.8.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Mailer: Evolution 2.10.3 (2.10.3-4.fc7) Cc: freebsd-questions@freebsd.org Subject: Re: GEOM, Vinum difference X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Sep 2007 22:31:27 -0000 On Wed, 2007-08-22 at 08:51 +0400, Rakhesh Sasidharan wrote: > Lowell Gilbert wrote: > > > Rakhesh Sasidharan writes: > > > >> I see that if I want to do disk striping/ concating/ mirroring, > >> FreeBSD offers the GEOM utilities and the Vinum LVM (which fits into > >> the GEOM architecture). Why do we have two different ways of doing the ... > definitely a difference. Thanks! > > Another (related) question: both gvinum and the geom utilities like > gmirror and gstripe etc provide for RAID0, RAID1, and RAID3. Any > advantages/ disadvantages of using one instead of the other? It depends greatly upon your application and needs. A common practice in a common 6-disk capable server is to use a RAID1 set of smaller capacity, faster speed/RPM disks for RAID1 for the "system" file systems, while using a combination of larger, slower disks in a RAID1 set, then RAID0'd together for both space, performance, and redundancy. RAID1+0. ~BAS