From owner-freebsd-questions@FreeBSD.ORG Tue May 26 19:21:09 2009 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 550641065719 for ; Tue, 26 May 2009 19:21:09 +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 83DA58FC08 for ; Tue, 26 May 2009 19:21:08 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n4QJL2Ih047441; Tue, 26 May 2009 21:21:02 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n4QJL2R9047438; Tue, 26 May 2009 21:21:02 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Tue, 26 May 2009 21:21:02 +0200 (CEST) From: Wojciech Puchar To: Matthew Seaman In-Reply-To: <4A1C3725.8040509@infracaninophile.co.uk> Message-ID: References: <4A1AA3DC.5020300@network-i.net> <200905261238.52979.kirk@strauser.com> <70C0964126D66F458E688618E1CD008A0793ED91@WADPEXV0.waddell.com> <4A1C3725.8040509@infracaninophile.co.uk> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Gary Gatten , freebsd-questions@freebsd.org Subject: Re: FreeBSD & Software RAID 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: Tue, 26 May 2009 19:21:09 -0000 > You can make ZFS work on i386, but it requires very careful tuning and is not > going to work brilliantly well for particularly large or high-throughput > filesystems. you mean "high transfer" like reading/writing huge files. anyway not faster than properly configured UFS+maybe gstripe/gmirror. for small files it's only fast when they will fit in cache, same with UFS