From owner-freebsd-questions@FreeBSD.ORG Mon Jan 14 16:05:23 2008 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 47D5F16A417 for ; Mon, 14 Jan 2008 16:05:23 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 5A4DD13C455 for ; Mon, 14 Jan 2008 16:05:16 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id m0EG2aY6002466; Mon, 14 Jan 2008 17:02:36 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id m0EG2Tot002463; Mon, 14 Jan 2008 17:02:31 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Mon, 14 Jan 2008 17:02:29 +0100 (CET) From: Wojciech Puchar To: Michael Lednev In-Reply-To: <33530618.20080114175618@bk.ru> Message-ID: <20080114170016.N2442@wojtek.tensor.gdynia.pl> References: <20080113175319.K1468@border.lukas.is-a-geek.org> <20080114074736.L1166@wojtek.tensor.gdynia.pl> <33530618.20080114175618@bk.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Christian Baer , freebsd-questions@freebsd.org Subject: Re: RAID mirror really worked 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: Mon, 14 Jan 2008 16:05:23 -0000 >>> gmirror works too very good without any hardware :) > > CB> Yes, but a hardware RAID works without the OS having to know about it. :-) > > ...and its failures? ;) > :) for mirroring there is almost no CPU overhead so buying extra hardware doesn't make sense at all. not mentioning that most of such hardware are actually normal disk controllers with extra soft in BIOS. these are supported by ataraid driver. much better is to use gmirror so it will be completely portable. and - with gmirror you DO NOT have to mirror/stripe/concat whole drives. and that's what i do most often - mirror important data but store unimportant data without it.