From owner-freebsd-isp@FreeBSD.ORG Wed Oct 26 23:20:29 2005 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3B6516A41F for ; Wed, 26 Oct 2005 23:20:29 +0000 (GMT) (envelope-from peterclutton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DD4043D45 for ; Wed, 26 Oct 2005 23:20:29 +0000 (GMT) (envelope-from peterclutton@gmail.com) Received: by xproxy.gmail.com with SMTP id t5so524623wxc for ; Wed, 26 Oct 2005 16:20:28 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=d71tU8rR0q39AE2OWin6iTb7hEVSnVok+ov/dGL2cxW4avIbWuRc5w/CxA6ZlQeCLcq6XZJe/N9S4IlFxV8J6L5NbqFmE8WqnompmS2MtuiTJ9GPuct35X0IGv/Kj1g1BQFyqb3ETcGTojsUSpppY2cZ0iXPaj8FAvMQAO/7u3Q= Received: by 10.70.118.5 with SMTP id q5mr866856wxc; Wed, 26 Oct 2005 16:20:28 -0700 (PDT) Received: by 10.70.91.17 with HTTP; Wed, 26 Oct 2005 16:20:28 -0700 (PDT) Message-ID: <57416b300510261620u19309161v6788806167265765@mail.gmail.com> Date: Thu, 27 Oct 2005 09:20:28 +1000 From: Peter Clutton To: Marcin Jessa In-Reply-To: <20051026091105.0d5cbafd.lists@yazzy.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051026091105.0d5cbafd.lists@yazzy.org> Cc: FreeBSD-ISP Subject: Re: SATA software RAID-inkernel vs hardware X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 23:20:30 -0000 On 10/26/05, Marcin Jessa wrote: > I need to set up a server with two RAID1 SATA drives to do mirroring. > I was wondering if there was any point in using software RAID > controllers like FastTrak S150 TX4. > So what would you guys suggest? Keep the card or go for inkernel > implementation? For straight out Raid 1, I would recommend gmirror.I too have only used it for personal use, but it is simple to set up and works well.