LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-11-2006, 12:43 PM   #1
hussar
Member
 
Registered: Oct 2003
Location: Heidelberg, Germany
Distribution: Slackware 11.0; Kubuntu 6.06; OpenBSD 4.0; OS X 10.4.10
Posts: 345

Rep: Reputation: 30
Best filesystem for a raid array?


I built a fileserver from parts this weekend and installed three 250GB IDE drives which I have now configured into a raid 5 setup. I formatted the array into an ext2 filesystem because that was the example that was given in the Software-RAID-HOWTO (the command is: mke2fs -b 4096 -R stride=8 /dev/md0).

But I was wondering, can you use a journaling filesystem on a RAID array? Does it make any sense to?
 
Old 04-11-2006, 01:00 PM   #2
Penguin of Wonder
Senior Member
 
Registered: Sep 2005
Location: West Virginia
Distribution: Gentoo
Posts: 1,249

Rep: Reputation: 45
The system you pick should be based more on the type of files you have. You can use anyone you want.

ReiserFS4 is probably the fastest filesystem. Reiser4, last I heard, still isn't fully supported yet though, so you might wana wait. I've seen some people having some problems, but not alot.

Reiser3 is nice, I used it for awhile. Not real sure about it other than its alot faster than Ext2 and Ext3 are.

XFS is best one for large amounts of large files, I personally use XFS on my desktop and I don't have any large files, except for a crap load of pictures, and it loads all of those up really fast.

I haven't heard anything about JFS yet, but I'm still waiting.
 
Old 04-11-2006, 01:41 PM   #3
demian
Member
 
Registered: Apr 2001
Location: Bremen, Germany
Distribution: Debian
Posts: 303

Rep: Reputation: 30
Quote:
Originally Posted by hussar
But I was wondering, can you use a journaling filesystem on a RAID array? Does it make any sense to?
Absolutely yes! You really should use a journaling fs. fsck'ing after a crash will take a very long time on a large array. Since you've already settled on ext2 going with ext3 is probably easiest since you can do that without recreating the filesystem. Just unmount it, tune2fs -j /dev/md0, change fstab entry to ext3. Remount. Done.

I used xfs for my raid (4x320GB raid-5) because it mainly holds large files.

ext3 filesystem:
dirac:/raid # dd if=/dev/zero of=./test bs=1024k count=2048
86154529 bytes/s

dirac:/raid # dd if=./test of=/dev/null bs=1024k count=2048
174263984 bytes/s

write performance: 82.2MB/s
read performance: 166.2MB/s

xfs filesystem:
dirac:/raid # dd if=/dev/zero of=./test bs=1024k count=2048
185052817 bytes/s

dirac:/raid # dd if=./test of=/dev/null bs=1024k count=2048
180374561 bytes/s

write performance: 176.5MB/s
read performance: 172.0MB/s

These tests were done on a completely empty filesystem, and have little to do with real world throughput. However, the clients connect to this server via gigabit ethernet and the bottleneck is the network and not the disk i/o.
 
Old 04-11-2006, 02:08 PM   #4
hussar
Member
 
Registered: Oct 2003
Location: Heidelberg, Germany
Distribution: Slackware 11.0; Kubuntu 6.06; OpenBSD 4.0; OS X 10.4.10
Posts: 345

Original Poster
Rep: Reputation: 30
I expect the array will hold files of varying lengths. It will have all my pictures on it and my MP3 collection, and those are fairly large files (couple of MB apiece). But, it will also be used to back up two separate /home directories and three Windows boxes. The /home directories particularly will have a goodly collection of small configuration and setting files in them.

I don't have anything on the array yet (one of the drives seems to be giving some problems), so I could potentially reformat it though. Thank you both for your input. I'm going to take a look at the man pages for mkfs.ext3, mkreiserfs and mkfs.xfs and see if they tip me on one direction or the other.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing onto a RAID array.. f0rmula Linux - Software 2 10-13-2005 05:00 AM
Raid Array wwnexc Linux - Hardware 1 09-25-2005 06:47 PM
Need to move filesystem journal to another array Thaidog Linux - General 1 06-18-2005 03:11 PM
Help!! Mounting a raid array Cannedsoup Linux - Hardware 1 07-07-2003 07:26 PM
moving a md array (RAID) MorrisIS Linux - General 2 10-05-2001 12:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:34 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration