On Sun, Mar 11, 2007 at 09:58:29PM -0400, Douglas Allan Tutty wrote:
> On Fri, Feb 16, 2007 at 12:21:38AM +0530, Siju George wrote:
> > Hi,
> > 
> > Could some one recommend which File System is best for partitions above 
> > 600GB?
> > I am considering XFS. The System is Debian Sarge for amd64.
> > Hope there are no issues with this setup. please let me know if i
> > should be careful in any area.
> > Also if a better file system suits for such large partitions :-)
> 
> There are a few comparisions out there but you need to look at the
> design philosophies in relation to your application.  There have been
> some problems with ReiserFS (no references, but there were messages on
> debian-user a while ago).  When I looked at this it came down to a
> choice between XFS and JFS.  There have also been a lot of threads on
> this topic on debian-user in the past few months.
> 
> Try wikipedia and google site:ibm.com
> 
> I looked at it this way:  JFS was designed by IBM for server (database)
> type filesystems so all their AIX boxes run JFS.  Cray uses XFS for its
> compute stuff.  IFRC neither journals the data (only metadata) so after
> a crash, the filesystem itself will be intact and a fast reboot is
> possible but there could be some data corruption.  ext3 journals data as
> well as metadata but takes forever to regenerate after a crash and there
> can still be errors.  
> 
> I went from ext3 to reiser and having errors on power failure with both
> went to JFS and have had no problems since.  YMMV.
> 
I personally am a fan of XFS.  However, it is also possible to use ext3
on large partitions, as you point out.  At work, I have a production
server (running RHEL, unfortunately) which is serving up a 6 TB
filesystem.  I took to reading up on ext3 and judiciously set things
like the block size and some of the other filesystem parameters so that
crash recovery would not take ages and so that performance would be a
bit better.  Of course, since Debian supports both XFS and JFS quite
nicely, I would opt for one of those.

Regards,

-Roberto

-- 
Roberto C. Sanchez
http://people.connexer.com/~roberto
http://www.connexer.com

Attachment: signature.asc
Description: Digital signature

Reply via email to