linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Christian Pedaschus <cpedaschus@gmx.de>
To: Andreas Dilger <adilger@clusterfs.com>
Cc: Al Boldi <a1426z@gawab.com>,
	linux-raid@vger.kernel.org, linux-fsdevel@vger.kernel.org
Subject: Re: Large single raid and XFS or two small ones and EXT3?
Date: Fri, 23 Jun 2006 18:41:35 +0200	[thread overview]
Message-ID: <449C19BF.7060500@gmx.de> (raw)
In-Reply-To: <20060623160602.GK5817@schatzie.adilger.int>


Andreas Dilger wrote:

>On Jun 23, 2006  17:01 +0300, Al Boldi wrote:
>  
>
>>Chris Allen wrote:
>>    
>>
>>>Francois Barre wrote:
>>>      
>>>
>>>>2006/6/23, PFC <lists@peufeu.com>:
>>>>        
>>>>
>>>>>        - ext3 is slow if you have many files in one directory, but
>>>>>has more mature tools (resize, recovery etc)
>>>>>          
>>>>>
>
>Please use "mke2fs -O dir_index" or "tune2fs -O dir_index" when testing
>ext3 performance for many-files-in-dir.  This is now the default in
>e2fsprogs-1.39 and later.
>  
>
for ext3 use (on unmounted disks):
tune2fs -O has_journal -o journal_data /dev/{disk}
tune2fs -O dir_index /dev/{disk}

if data is on the drive, you need to run a fsck afterwards and it uses a
good bit of ram, but it makes ext3 a good bit faster.

and my main points for using ext3 is still: "it's a very mature fs,
nobody will tell you such horrible storys about data-lossage with ext3
than with any other filesystem."
and there are undelete tools for ext3.

so if you're for data-integrity (i guess you are, else you would not use
raid, or? ;) ), use ext3 and if you need the last single kb/s get a
faster drive or use lots of them with a good raid-combo and/or use a
separate disk for the journal (man 8 tune2fs)

my 0.5 cents,
greets chris

ps. but you know, filesystem choosage is not pure science, it's
half-religion :D

>Cheers, Andreas
>--
>Andreas Dilger
>Principal Software Engineer
>Cluster File Systems, Inc.
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-raid" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
>
>  
>

  reply	other threads:[~2006-06-23 16:41 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-22 19:11 Large single raid and XFS or two small ones and EXT3? Chris Allen
2006-06-22 19:16 ` Gordon Henderson
2006-06-22 19:23   ` H. Peter Anvin
2006-06-22 19:58     ` Chris Allen
2006-06-22 20:00   ` Chris Allen
2006-06-23  8:59 ` PFC
2006-06-23  9:26   ` Francois Barre
2006-06-23 12:50     ` Chris Allen
2006-06-23 13:14       ` Gordon Henderson
2006-06-23 13:30       ` Francois Barre
2006-06-23 14:46         ` Martin Schröder
2006-06-23 14:59           ` Francois Barre
2006-06-23 15:13           ` Bill Davidsen
2006-06-23 15:34             ` Francois Barre
2006-06-23 19:49               ` Nix
2006-06-24  5:19               ` Neil Brown
2006-06-24  7:59                 ` Adam Talbot
2006-06-24  9:34                   ` David Greaves
2006-06-24 22:52                     ` Adam Talbot
2006-06-25 13:06                       ` Joshua Baker-LePain
2006-06-28  3:45                         ` I need a PCI V2.1 4 port SATA card Guy
2006-06-28  4:29                           ` Brad Campbell
2006-06-28 10:20                             ` Justin Piszcz
2006-06-28 11:55                             ` Christian Pernegger
2006-06-28 11:59                               ` Gordon Henderson
2006-06-29 18:45                                 ` Bill Davidsen
2006-06-28 19:38                               ` Justin Piszcz
2006-06-28 12:12                             ` Petr Vyskocil
2006-06-25 14:51                       ` Large single raid and XFS or two small ones and EXT3? Adam Talbot
2006-06-25 20:35                         ` Chris Allen
2006-06-25 23:57                   ` Bill Davidsen
2006-06-26  0:42                     ` Adam Talbot
2006-06-26 14:03                       ` Bill Davidsen
2006-06-24 12:40                 ` Justin Piszcz
2006-06-26  0:06                   ` Bill Davidsen
2006-06-26  8:06                     ` Justin Piszcz
2006-06-23 15:17           ` Chris Allen
2006-06-23 14:01       ` Al Boldi
2006-06-23 16:06         ` Andreas Dilger
2006-06-23 16:41           ` Christian Pedaschus [this message]
2006-06-23 16:46             ` Christian Pedaschus
2006-06-23 19:53             ` Nix
2006-06-23 16:21         ` Russell Cattelan
2006-06-23 18:19           ` Tom Vier
2006-06-27 12:05       ` Large single raid... - XFS over NFS woes Dexter Filmore
2006-06-23 19:48   ` Large single raid and XFS or two small ones and EXT3? Nix
2006-06-25 19:13     ` David Rees

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=449C19BF.7060500@gmx.de \
    --to=cpedaschus@gmx.de \
    --cc=a1426z@gawab.com \
    --cc=adilger@clusterfs.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-raid@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).