LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-31-2003, 10:54 PM   #1
kublador
Member
 
Registered: Aug 2002
Location: Philippines
Distribution: Slackware, CentOS, Ubuntu
Posts: 325

Rep: Reputation: 30
i just installed a stock RH8 and heard that reiserfs is cool. can i use it in my RH8?


i just installed a stock RH8 and heard that reiserfs is cool. can i use it in my RH8?
what will i do?
convert all partitions except the swap to reiserFS filesystem?
how can i do that without data loss?
please help..
thanks and God bless
 
Old 08-01-2003, 02:35 AM   #2
joel112
Member
 
Registered: Apr 2003
Distribution: Debian
Posts: 169

Rep: Reputation: 30
i dont think red hat has an option to use reiser fs, although slackware does, perhaps try out slackware if you really want reiser fs
 
Old 08-01-2003, 02:53 AM   #3
ppuru
Senior Member
 
Registered: Mar 2003
Location: Beautiful BC
Distribution: RedHat & clones, Slackware, SuSE, OpenBSD
Posts: 1,791

Rep: Reputation: 50
jfs is a cooler one. xfs is the coolest one.
 
Old 08-01-2003, 03:49 AM   #4
ludeKing
Member
 
Registered: Jul 2003
Location: NSW. Australia
Distribution: Ubuntu, Fedora, Slackware
Posts: 181

Rep: Reputation: 30
Whtast the diff and advantages/disadvantages over etx2, etx3, reiserfs, etc....???

I am running Slackware 9.0 and reiserfs.

Is that good?
 
Old 08-01-2003, 03:53 AM   #5
ppuru
Senior Member
 
Registered: Mar 2003
Location: Beautiful BC
Distribution: RedHat & clones, Slackware, SuSE, OpenBSD
Posts: 1,791

Rep: Reputation: 50
here you go

http://oregonstate.edu/~kveton/fs/
and
http://lwn.net/2001/0830/a/jfs-comparison.php3
 
Old 08-01-2003, 06:51 AM   #6
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
Well those examples are taken a little out of context I think. Most of us don't use dual P4's with 2GB ram.

If you are currently using reiserfs, there is no reason to change it. ext2 is an old filesystem with no journaling.

ext3, reiserfs, XFS etal are all journaling filesystems, which is a bonus for quick startups and better filesystem integrity.

Of course, each comes at the price of more options in your kernel, and more maintenance from you: the sysadmin.

Like I said, unless you are really interested in filesytems and want to try them out you might as well stick with reiserfs, because it's fine. I use it myself for every partition except /boot, which is ext3, just to be safe.
 
Old 08-01-2003, 08:50 AM   #7
jon_k
Member
 
Registered: Jul 2003
Location: Fort Worth, Texas
Distribution: Mepis Linux 2004
Posts: 547

Rep: Reputation: 30
So the older the filesystem the better?

Code:
Peak Performance Results:

EXT2      773 Mbps @ 44 clients
EXT3      660 Mbps @ 44 clients
Reiserfs  532 Mbps @ 28 clients
XFS       661 Mbps @ 44 clients
JFS       683 Mbps @ 40 clients
I saw that on http://lwn.net/2001/0830/a/jfs-comparison.php3 (ppuru posted this link)

It says EXT2 doesnt have journaling, i don't know what that means... why does journaling make the system boot up faster, explain how journaling works.... thank you alot -- i'd like to understand!

Also is states
Code:
In this test, JFS had the best peak throughput for journal filesystems,
and ext2 had the best peak throughput for all filesystems.  Reiserfs 
had the lowest peak throughput, and also had the most % time in
stext_lock
So I also don't understand why you're all pro reiserfs when it had lowest peak throughput...

Last edited by jon_k; 08-01-2003 at 08:55 AM.
 
Old 08-01-2003, 09:45 AM   #8
kublador
Member
 
Registered: Aug 2002
Location: Philippines
Distribution: Slackware, CentOS, Ubuntu
Posts: 325

Original Poster
Rep: Reputation: 30
well.. which filesystem is the fastest for desktop use..
fastest in booting.. running simple apps like mozilla xchat gaim etc..
fastest in compiling...
any suggestions to fs that i can use instead of the fs that rh created during setup? is it ext3 or ext2? im using rh8?
 
Old 08-01-2003, 09:59 AM   #9
darin3200
LQ Guru
 
Registered: Dec 2002
Distribution: Gentoo!
Posts: 1,153

Rep: Reputation: 45
In my profile under bookmarks I have some links to websites with a ton about ext3 and reiserfs
here is ext3
and resier

Last edited by darin3200; 08-01-2003 at 10:01 AM.
 
Old 08-01-2003, 01:02 PM   #10
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
Journaling filesystems have a journal in which they write what they're going to do before they do it. When in the middle of writing something they get interupted (like in a power outage), instead of taking forever to scan the disk and find any errors, they look in their journal to find out what was interupted. They are also a bit slower than non-journaling filesystems because everytime they write something they take note of it in their journal. Ext2 is faster than the rest, but if you didn't shutdown properly it takes forever to boot.
 
Old 08-01-2003, 01:15 PM   #11
kublador
Member
 
Registered: Aug 2002
Location: Philippines
Distribution: Slackware, CentOS, Ubuntu
Posts: 325

Original Poster
Rep: Reputation: 30
thanks for the infos, the links.. guys....
ure the best
thanks
 
Old 08-01-2003, 01:19 PM   #12
kublador
Member
 
Registered: Aug 2002
Location: Philippines
Distribution: Slackware, CentOS, Ubuntu
Posts: 325

Original Poster
Rep: Reputation: 30
hmmmmmmm
im also wondering...
those links presented REISERFS performs slower than EXT3..
but why do you keep on using REISERFS than EXT3?
 
Old 08-01-2003, 04:54 PM   #13
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
Quote:
those links presented REISERFS performs slower than EXT3..
but why do you keep on using REISERFS than EXT3?
As i said, that study is a little out of context. The benchmark was performed om a dual P4, with 2gb of ram. Plus, certainly on my box I will never have up to 44 clients connecting at once..only a few webpages served once in a while, plus whatever I happen to be doing locally.

I am not really "pro-reiserfs", it just happens to be the default filesystem for the distro I use. I cetainly don't notice any lag, or delays when reading and writing files so why would I want to do something as drastic as change my entire filesystem? If your conviced by reading this that reiserfs sucks, by all means, change it to XFS or whatever...I just can't be bothered as it would be too much of a pain in the ass.

Besides, as some docs point out, JFS and XFS are not quite "ready for prime-time", so I just use one that has proven to be stable and reliable.

Here is another link I found that describes the different filesystems:
http://www.linux-mag.com/2002-10/jfs_01.html

Last edited by bulliver; 08-01-2003 at 08:35 PM.
 
Old 08-01-2003, 05:02 PM   #14
Corin
Member
 
Registered: Jul 2003
Location: Jette, Brussels Hoofstedelijk Gewest
Distribution: Debian sid, RedHat 9, Suse 8.2
Posts: 446

Rep: Reputation: 31
Is it correct that reiserfs is actually better than ext3 for when you have directories full of very small files?

One drawback I heard concerning reiserfs is that it is not yet supported under LVM or software RAID, unlike ext3.
 
Old 08-01-2003, 08:39 PM   #15
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
Quote:
Is it correct that reiserfs is actually better than ext3 for when you have directories full of very small files?
I have also read that, but I am not sure what exactly a "small file" is...
 
  


Reply



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
Is Samba installed in RH8.0? Tiyogi Linux - Networking 3 03-16-2004 04:13 PM
i Got 1 Harddisk with Win XP & RH8 Dual Boot,will WinXP perform slower coz i got RH8? kublador Linux - General 4 08-27-2003 11:32 PM
RH8.0 and 9.0 can't be installed on seagate 80G HD? acpi123 Linux - General 6 08-20-2003 09:41 AM
RH8 + vt82c686b southbridge.. do i still need a via 4in1 driver in RH8? kublador Linux - Software 0 06-12-2003 01:02 PM
in what package can i install the stock IDENTD rpm in RH8? kublador Linux - Software 1 06-11-2003 05:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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