LinuxQuestions.org
Help answer threads with 0 replies.
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-18-2006, 03:56 AM   #31
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380

Quote:
Originally Posted by sega01
as far as i rember 2.6 supports reiserfs out of the box.
hi, just wanted to point-out that linux 2.4 also supports it out of the box...
 
Old 04-18-2006, 08:28 AM   #32
Gethyn
Member
 
Registered: Aug 2003
Location: UK
Distribution: (X)Ubuntu 10.04/10.10, Debian 5, CentOS 5
Posts: 900

Rep: Reputation: 32
Quote:
Originally Posted by JMJ_coder
Hello,

Yes, that is no laughing matter. It is every 24 mounts. It decided to check my ext3 filesystem and the whole filesystem got destroyed. And just when I got everything just the way I liked it. I had to reinstall the whole system.
This has never happened to me, thankfully, and I've been using ext3 for a couple of years now under different distros. When setting up a Slackware server a few weeks back I did get corruption under Reiser though, and had to reinstall. I decided to change to ext3. This also happened to a friend of mine on an external drive he uses to backup his data. It wasn't a Slackware issue as he doesn't use Slack, but he was pretty annoyed as there was a lot of useful data on there! I think I'm currently using Reiser under Ubuntu and Gentoo and it hasn't caused any problem there.

Last edited by Gethyn; 04-18-2006 at 08:30 AM.
 
Old 04-19-2006, 09:41 AM   #33
Xian
Member
 
Registered: Feb 2004
Location: 33.31N -111.97W
Distribution: SuSE
Posts: 919

Rep: Reputation: 32
Some nice filesystem benchmarks (includes ext3 & reiserFS):

BENCHMARKING LINUX FILESYSTEMS

Decide for yourself.
 
Old 04-19-2006, 10:08 AM   #34
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
Great link. Strange that Reiserv4 results are so low. And my favourite Ext2 has performed greatly.
 
Old 04-19-2006, 10:16 AM   #35
Xian
Member
 
Registered: Feb 2004
Location: 33.31N -111.97W
Distribution: SuSE
Posts: 919

Rep: Reputation: 32
Yes, there are a number of interesting results in that report...and surprises.

.
 
Old 04-19-2006, 10:26 AM   #36
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
The most interesting for me were filesystem mount time and total free space diagrams.
 
Old 04-19-2006, 06:55 PM   #37
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,711
Blog Entries: 7

Rep: Reputation: 2820Reputation: 2820Reputation: 2820Reputation: 2820Reputation: 2820Reputation: 2820Reputation: 2820Reputation: 2820Reputation: 2820Reputation: 2820Reputation: 2820
Well, that certainly clears things up. JFS is the clear winner.
 
Old 04-20-2006, 04:09 AM   #38
danieldk
Member
 
Registered: Aug 2002
Posts: 150

Rep: Reputation: 15
Quote:
Originally Posted by MS3FGX
ReiserFS is definitely superior to EXT3, though if you will personally see a benefit is debatable.
Is it? Some of the more important arguments are completely absent from this thread:

- Ext2/Ext3 provide good support for filesystem quota, reiserfs does not. Maybe not interesting for workstations, but it certainly is for servers. XFS does also provide good quota support.
- Ext2/Ext3 provide good support for extended attributes and access control lists (ACLs). If you wan't to go beyond 'ugo' file permissions (which can often be useful on servers), you'll definitely want ext2, ext3, or XFS.
- reiserfs has worse bad block handling (it can't do much with damaged metadata blocks).
- reiserfs can do ugly things when a full tree rebuild is done, and will try to find anything that looks like a part of a filesystem. You can guess what happens if you have a filesystem backup of a reiserfs filesystem on a reiserfs filesystem .

All and all it is not a bad filesystem, but it misses some serious features, especially for servers. XFS seems to be a more logical successor to ext3, providing the same nifty modern features like balanced trees, but providing quota, ACLs et al. at the same time.
 
Old 04-20-2006, 04:11 AM   #39
danieldk
Member
 
Registered: Aug 2002
Posts: 150

Rep: Reputation: 15
Quote:
Originally Posted by J.W.
Patrick has selected reiserfs to be the default file system for Slackware. If it's good enough for him, it's good enough for me
This is not really the case. The installer just picks the last filesystem in the list as the default. This will make the filesystem of 'file system kernels' (e.g. xfs.s) the default. As far as I can see the bare.i filesystems are just ordered.
 
Old 04-20-2006, 10:39 PM   #40
davidsrsb
Member
 
Registered: Oct 2003
Location: Kuala Lumpur, Malaysia
Distribution: Slackware 13.37 current
Posts: 770

Rep: Reputation: 33
Quote:
Originally Posted by Xian
Some nice filesystem benchmarks (includes ext3 & reiserFS):

BENCHMARKING LINUX FILESYSTEMS

Decide for yourself.
I don't understand why mounting a Reiser3 volume benchmarked so slow, I have an imap mail server with maildir structure on a PII 266, running Reiser3FS. When it is started, mounting the volume is very fast.

I don't think that the various filesystems have much real world performance difference unless the requirements are "unusual"
 
Old 04-21-2006, 03:34 AM   #41
J.W.
LQ Veteran
 
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642

Rep: Reputation: 87
Quote:
Originally Posted by danieldk
This is not really the case. The installer just picks the last filesystem in the list as the default. This will make the filesystem of 'file system kernels' (e.g. xfs.s) the default. As far as I can see the bare.i filesystems are just ordered.
I'm not so sure. Per the official Slackbook
Quote:
Depending on the kernel used, you can choose between reiserfs (the default), ext3, ext2, jfs, and xfs.
 
Old 04-21-2006, 07:18 AM   #42
danieldk
Member
 
Registered: Aug 2002
Posts: 150

Rep: Reputation: 15
It is the default with bare.i, because it is at the bottom of the list. Besides that the book isn't written by Pat. Of course, this is just my guess after reading the setup script. But I think that there is little ground to say Pat recommends reiserfs because it is the default in the Slack setup with the bare.i kernel (and some other kernels).
 
Old 04-22-2006, 01:49 AM   #43
J.W.
LQ Veteran
 
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642

Rep: Reputation: 87
Maybe the book isn't written by Pat, but Patrick links to Slackbook from the Slackware home page, so that's good enough for me
 
Old 04-26-2006, 03:21 AM   #44
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
found this on debian-administration.org, seems interesting so i thought i'd post it:

Filesystems (ext3, reiser, xfs, jfs) comparison on Debian Etch
 
Old 06-23-2006, 12:45 PM   #45
jonr
Senior Member
 
Registered: Jan 2003
Location: Kansas City, Missouri, USA
Distribution: Ubuntu
Posts: 1,040

Rep: Reputation: 47
Quote:
Originally Posted by JMJ_coder
Hello,

Yes, that is no laughing matter. It is every 24 mounts. It decided to check my ext3 filesystem and the whole filesystem got destroyed. And just when I got everything just the way I liked it. I had to reinstall the whole system.
You can change the frequency of checks using tune2fs. You can even set it to never check at all, but that's pretty obviously playing with fire. I set mine to a higher number (you can specify a time interval or the number of mounts, or both) because I've been booting many times a day trying out different distros to try to help a friend with a badly corrupted Windows laptop find a Linux system he can use till he can afford an Apple machine.

It's very easy and only takes a few seconds, though the manual rightly cautions being careful when using tune2fs.
 
  


Reply

Tags
filesystems


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

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

All times are GMT -5. The time now is 07:52 AM.

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