Received: with ECARTIS (v1.0.0; list linux-xfs); Fri, 16 Sep 2005 14:22:50 -0700 (PDT) Received: from raad.intranet ([212.76.85.247]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id j8GLMaiL012116 for ; Fri, 16 Sep 2005 14:22:42 -0700 Received: from localhost (ws3.intranet [10.0.0.3]) by raad.intranet (8.8.7/8.8.7) with ESMTP id AAA01821; Sat, 17 Sep 2005 00:19:25 +0300 From: Al Boldi To: linux-fsdevel@vger.kernel.org Subject: Re: Good, recent FS comparison? Date: Sat, 17 Sep 2005 00:17:08 +0300 User-Agent: KMail/1.5 Cc: Linux RAID Mailing List , linux-xfs@oss.sgi.com References: <6d5bedd8050915131148b8108a@mail.gmail.com> <432A37BF.7060305@dtbb.net> In-Reply-To: <432A37BF.7060305@dtbb.net> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200509162258.37730.a1426z@gawab.com> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-archive-position: 6172 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: a1426z@gawab.com Precedence: bulk X-list: linux-xfs Content-Length: 1036 Lines: 25 Tyler wrote: > Ewan Grantham wrote: > >I've just setup a nice, 6-disk, USB-2 300 Gig/disk array, and was > >prepared to follow my normal pattern of installing ext3 as the > >filesystem. However, I saw the interview with Hans Reiser about > >ReiserFS4, and am now wondering if reiser has really improved enough > >to use it, or if ext3 is still the way to go? > > You'd be best off trying some tests of your own, using files of the size > and quantity you expect to use on a regular basis. I would consider > ext3, xfs, and reiser3/4... and run some tests with them. We've had > really good luck using XFS on large raids, I personally had a bad > experience with reiserfs 3, it lost data on a USB based drive, as if it > were never even there, even after trying the recovery tools. Don't touch anything that doesn't do ordered-mode journaling, especially if you use raid, unless your data-consistency requirements don't require this. XFS is best, but does not support ordered-mode. reiser4 is still new. ext3 is rock-solid! -- Al