LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-12-2006, 01:27 PM   #1
JMJ_coder
Member
 
Registered: Apr 2006
Distribution: Fedora
Posts: 478

Rep: Reputation: 30
ReiserFS or ext3?


Hello,

This may have already been answered, but I couldn't find it with search. Which filesystem would be better, ReiserFS or ext3.

I have only ever used ext3, primarily with Red Hat and Fedora. Most of my files are under 1MB (except my mp3's, but don't have alot of those).

I have read good things about ReiserFS, but wanted to know from others who actually used it.

Any suggestions?
 
Old 04-12-2006, 02:11 PM   #2
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
ReiserFS is definitely superior to EXT3, though if you will personally see a benefit is debatable.

Reiser was built from the ground up as a journalizing file system, while EXT3 is more of a journalizing hack of EXT2. Because of this, speed, error recovery, and reliability are very good on Reiser.
 
Old 04-12-2006, 04:03 PM   #3
Highland007
LQ Newbie
 
Registered: Apr 2006
Location: Slovenia
Distribution: Slackware
Posts: 3

Rep: Reputation: 0
As strange as it may sound, I have noticed a louder hard disk operation during read/write with EXT3 (using Slackware 10 on IBM-DJNA-351520, 15GB 5400 rpm IDE). Since that "incident" I am using ReiserFS.
 
Old 04-12-2006, 04:23 PM   #4
dennisk
Member
 
Registered: May 2004
Location: Southwestern USA
Distribution: CentOS
Posts: 279

Rep: Reputation: 30
Google on "Linux file systems compared" and you'll find a number of benchmarks, so you can make up your own mind. I've used both ext3 and reiserfs on desktops and laptops with good results either way.

Dennisk
 
Old 04-12-2006, 04:47 PM   #5
phil.d.g
Senior Member
 
Registered: Oct 2004
Posts: 1,272

Rep: Reputation: 154Reputation: 154
Quote:
Originally Posted by Highland007
As strange as it may sound, I have noticed a louder hard disk operation during read/write with EXT3
I found that too, however for my uses I can't tell any difference in the performance of the two. I tend to use reiserfs on Slackware simply because it is the default option in the installer
 
Old 04-12-2006, 06:00 PM   #6
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,534

Rep: Reputation: 100Reputation: 100
ReiserFS, without hesitation.
 
Old 04-12-2006, 06:09 PM   #7
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,461
Blog Entries: 7

Rep: Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561
Another vote for ReiserFS here.

I've been using it since Linux-2.2.13 was released. Back then, you had to apply a kernel patch to use it.

Admittedly, I haven't tried ext3.... because I've been so satisfied with ReiserFS that I haven't had any reason to try anything else.
 
Old 04-12-2006, 09:01 PM   #8
the.madjack
Member
 
Registered: Apr 2006
Distribution: Slackware 10.2
Posts: 52

Rep: Reputation: 15
i was a big fan of ext3(on slackware) for few years before decidinig to change to reiserfs. Since my job tasks were to deploy a few Squid proxy servers in multiple sites, i had a very good chance to see how the proxy performed. I think the best part is at processing smaller files. Occasionally, i need to clear 12GB of Squid's cache(although it is not neccessary) and the speed between ext3 and reiserfs varied alot. Of course, reiserfs is faster. Unfortunately, im not working in that company anymore so i couldnt show the benchmarking here. :P
 
Old 04-13-2006, 01:55 AM   #9
MariuszK
LQ Newbie
 
Registered: Jan 2006
Location: Brooklyn, NY
Distribution: Slackware 12.0
Posts: 18

Rep: Reputation: 0
According to these tests speed may also vary depending on what kernel version do you use:
http://linuxgazette.net/102/piszcz.html
http://linuxgazette.net/122/piszcz.html
But these are only tests... you could find others that could say inversly.
 
Old 04-13-2006, 03:38 PM   #10
dennisk
Member
 
Registered: May 2004
Location: Southwestern USA
Distribution: CentOS
Posts: 279

Rep: Reputation: 30
Interesting to note that Slackware-Current now offers SGI's XFS filesystem as well. And it's the default if you just hit enter.

Dennisk
 
Old 04-13-2006, 04:11 PM   #11
krizzz
Member
 
Registered: Oct 2004
Location: NY
Distribution: Slackware
Posts: 200

Rep: Reputation: 30
Definitely ReiserFS.
 
Old 04-13-2006, 09:18 PM   #12
JMJ_coder
Member
 
Registered: Apr 2006
Distribution: Fedora
Posts: 478

Original Poster
Rep: Reputation: 30
Hello,

Thanks for the info, I decided to go with ReiserFS with my Slackware 10.2 installation. The first thing that I noticed is that the filesystem was created fast!! It took, I would guess a tenth of the time ext3 took. If the rest of its feature work this well, I think I will be pleasently surprised.
 
Old 04-13-2006, 09:57 PM   #13
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,534

Rep: Reputation: 100Reputation: 100
You will be 10X more surprised when ReiserFS v4 will be included...
 
Old 04-14-2006, 07:43 AM   #14
ledow
Member
 
Registered: Apr 2005
Location: UK
Distribution: Slackware 13.0
Posts: 241

Rep: Reputation: 34
A little late to the discussion but what the hell...

I prefer ext3 for a couple of reasons:

1) The performance difference for the average task is negligible - very rarely am I ever waiting for I/O to finish on either filesystem. For "serious" servers, etc. this may be a concern. For my Linux desktop (my primary work/leisure machine) it really isn't at all. My drives are ATA33/66 and so I'd notice more than other people any huge speed differences that would affect my daily workload. Although things like filesystem creation etc. are faster in Reiser, general use sees little to no difference. Reiser is, however, much better at holding lots of tiny files (i.e. massive web caches and the like).

2) Ext3 can be read as Ext2. This was the killer for me - some of the oldest Linux bootdisks can still read my data straight from the ext3 disk without any sort of faffing about. I don't need special utils just to read my data, just an ordinary (even out-of-date) boot disk will recover my data. Stuff like Norton Ghost and similar systems support ext2/3 directly and are able to actually read the data, not just copy every bit from the harddrive like they would have to for a more "exotic" filesystem. There are plugins for Windows FS to let you read ext2/3 directly (although I know that Reiser also has similar utilities).

3) Reiser is a bit of a moving target - Certain Linux kernels wiped out Reiser partitions, the current version of Reiser used to be confused if you were trying to repair a partition that contained a Reiser disk image etc. (although I'm not sure if that's not just a problem for EVERY filesystem... I've definitely had it happen on FAT disks too).

I like my data stability and will gladly sacrifice a tiny piece of speed for such reassurance. Filesystem stability (stable interfaces and on-disk formats, less bugs, length of proven service etc.) is more important to me than anything - I always transfer all my data to whatever my latest machine is and I still have direct access to the same data that I was using almost 15 years ago.

4) Reiser may not (I believe definitely not) always be on-disk compatible with previous versions of itself. Reiser4 was certainly not compatible with earlier versions, hence a backup, reformat and reinstall was necessary to keep your old data on the new filesystem. Ext3 doesn't suffer from this problem (data from fairly old ext2 partitions can easily and cheaply be upgraded to Ext3). Again, this was quite important for me.

5) On both ext3 and reiser, you stand little chance of simple file recovery in the case of something like accidental file deletion (ext2 you used to be able to "undelete" but ext3 kind of screws things up now). However, at least on ext2/3 you stand a decent chance of being able to recover SOMETHING should things do wrong with a filesytem index.
 
Old 04-14-2006, 09:23 PM   #15
davidsrsb
Member
 
Registered: Oct 2003
Location: Kuala Lumpur, Malaysia
Distribution: Slackware 13.37 current
Posts: 770

Rep: Reputation: 33
There's a lot to be said for having a small /boot partition in ext2. Am I correct in believing that the test 2.6.x kernels still do not support ReiserFS3 without a module?

I have had total data loss on different PCs with both ext3 and reiser3. In both cases this was caused by bad RAM. Journalling file systems and RAID are not substitutes for backup.
 
  


Reply

Tags
filesystems



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
ext3 to reiserfs spaceballs Slackware 6 07-25-2005 05:56 PM
ext3 --> reiserFS ? Optimistic Debian 2 11-21-2004 06:35 PM
ext3 vs. reiserfs: which is better? Mugatu Linux - Software 12 01-05-2004 11:10 PM
reiserfs vs. ext3 Mux Linux - General 9 12-11-2002 11:17 AM
ReiserFS(ext3) da Perp Linux - Newbie 3 03-09-2002 03:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:55 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