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 01-29-2008, 08:38 PM   #1
mocqueanh
Member
 
Registered: Dec 2007
Location: Vietnam
Distribution: Slackware, Xubuntu, Puppy, WinXP
Posts: 38

Rep: Reputation: 15
What the best file system for me


I've read some reviews of file system,the XFS and ReiserFS seem to match for me.

My old machine is: CPU - Celeron 2.26 Ghz, and my work is only use Gimp + OpenOffice.

Review article said: XFS is fast and use slightly CPU , ReiserFS faster than Ext3.
XFS use for application which load medium and large file, and ReiserFS for application which load small files.

So, i need speed when i work, not want my machine run slowly. But dont know Gimp, OpenOffice use small file or medium file ?

BTW, when i install Slack 12, it has some option for me: install on Ext 2-3, ReiserFS, XFS,..... ReiserFS in the option is v3 or v4 ?
 
Old 01-29-2008, 09:28 PM   #2
hemp4fuel
Member
 
Registered: Jun 2003
Location: Topeka, KS
Distribution: Slackware
Posts: 193

Rep: Reputation: 45
I have used reiserfs and xfs and my mere mortal eyes surely can't tell a bit of difference.
 
Old 01-29-2008, 09:41 PM   #3
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
First, you should understand your machine does not run from HDD but from RAM. Actually, RAM was invented because the HDD is too slow. Differences in filesystem speed won't be noticeable during normal computer use.
Second, ext3 is not slower than ReiserFS. ReiserFS is a pita to recover if it gets corrupted, and it gets corrupted easily in case of power loss.
 
Old 01-29-2008, 09:49 PM   #4
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
Quote:
Originally Posted by Emerson
ReiserFS is a pita to recover if it gets corrupted, and it gets corrupted easily in case of power loss.
I don't know how difficult it is to recover, but I've never had any corruption upon power loss. I now have a UPS just in case, but both ext3 and reiserfs have worked perfectly for me (I've never had any corruption on computers running one of each of the two filesystems, which have crashed because of a power loss).
 
Old 01-29-2008, 10:37 PM   #5
peart
Member
 
Registered: Nov 2003
Distribution: Arch
Posts: 31

Rep: Reputation: 16
Applications like Gimp and OpenOffice would use small files, by file system standards. Reiser 4 is still in development, so Slackware would offer Reiser 3. I don't think any distributions offer Reiser 4 yet, at least not for production machines!
 
Old 01-29-2008, 10:45 PM   #6
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Debian, Void, Slackware, VMs
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
I use the JFS on my Slackware boxes and love it. I've found that my computers are more responsive than when I use ext3.
 
Old 01-30-2008, 01:05 AM   #7
shadowsnipes
Senior Member
 
Registered: Sep 2005
Distribution: Slackware
Posts: 1,443

Rep: Reputation: 73
If you don't really need journaling then ext2 would be a little faster than ext3 or reiserfs. As previously mentioned, however, you probably won't notice the difference, so ext3 should be fine.

If you are worried about speed with GIMP and OpenOffice, I recommend looking to upgrade your memory as much as you can (especially if you do lots of involved work with GIMP). Be sure to configure GIMP so it makes the best use of your resources.
 
Old 01-30-2008, 01:18 AM   #8
Slackovado
Member
 
Registered: Mar 2005
Location: BC, Canada
Distribution: Slackware 14.2 x64
Posts: 308

Rep: Reputation: 70
Quote:
Originally Posted by hemp4fuel View Post
I have used reiserfs and xfs and my mere mortal eyes surely can't tell a bit of difference.
I too used reiserfs for many years.
Then I switched to XFS and noticed a lot less hard disk trashing.
The disks are quieter and the system feels a lot smoother.
Yeah, faster too.

So I've been using XFS on all my computers for last two years and am very happy with.
I was very unimpressed with ext3.
I will try JFS one of these days but it looks like it's simmilar to XFS but with less features.

Go with XFS, you will not be sorry!
 
Old 01-30-2008, 01:55 AM   #9
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Here's the benchmarks that convinced me. I guess they're not professional, but after much searching, there are no better or more comprehensive ones that I've found:
http://linuxgazette.net/122/piszcz.html

Overall JFS is the best one. Either way, if you want to deal with large files JFS and XFS are the only recommended ones. I've tried them all, and I think my experiences fit with the benchmarks quite well.
 
Old 01-30-2008, 06:21 AM   #10
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Debian, Void, Slackware, VMs
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Cool

Quote:
Originally Posted by H_TeXMeX_H View Post

Overall JFS is the best one.
I agree. I run Slackware Linux on older hardware. I am happy that I followed your advice awhile ago and adopt the JFS for my units. I've seen my CPU usage decline quite a bit as a result of using the JFS.
 
Old 01-30-2008, 06:36 AM   #11
ludist
Member
 
Registered: Nov 2005
Location: Greece
Distribution: Slackware
Posts: 172

Rep: Reputation: 21
Quote:
Originally Posted by mocqueanh View Post
But dont know Gimp, OpenOffice use small file or medium file ?
Depends on your work. Gimp can handle VERY big files (tiff) for example or from jpg from your digital camera.

I believe that you don't open / save a 100Mb openoffice file

The big programs (like gimp / openffice) usually have many small files.

From the link (benchmark) I see that ext3 and jfs OVERALL are close (example untar kernel source)

Since all filesystem are pretty the same speed-wise, I prefer the more reliable and to have the correct amount of RAM.

Most of the time I am waiting in creation and deletion of large files >200Mbytes < 4Gbytes, find and rsync.

I consider the Celeron 2Ghz very fast compared (for file system access) to a PIII. Of course you will gain more with a faster disk

Last edited by ludist; 01-30-2008 at 06:43 AM.
 
Old 01-30-2008, 06:38 AM   #12
ludist
Member
 
Registered: Nov 2005
Location: Greece
Distribution: Slackware
Posts: 172

Rep: Reputation: 21
By the way. I read that journaling systems are not healthy for flash disks. They are reliable not journaling filesystems? (ext2 is considered reliable?)

Last edited by ludist; 01-30-2008 at 06:40 AM.
 
Old 01-30-2008, 06:58 AM   #13
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
In theory you don't need a journalizing FS on a flash device since data is written to it immediately rather than having to wait for the drive to sync up and clear the cache. So data loss from a power outage should not happen even with EXT2.

That doesn't take into account other forms of corruption like software failures, though.
 
Old 01-30-2008, 07:48 AM   #14
Lufbery
Senior Member
 
Registered: Aug 2006
Location: Harrisburg, PA
Distribution: Slackware 64 14.2
Posts: 1,180
Blog Entries: 29

Rep: Reputation: 135Reputation: 135
I'm using JFS too and really like it.

-Drew
 
Old 01-30-2008, 08:55 AM   #15
Carpo
Member
 
Registered: Aug 2003
Location: Somewhere
Distribution: Gentoo (for now)
Posts: 364

Rep: Reputation: 30
i still use ext2 - its reliable and unlike some of the ext3 horrors i have seen, corrupted journel = wiped disc :/ oh and ufs on bsd box
 
  


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
An error Occurred during the file system check. Dropping you to shell; the system wil aneikei Linux - Newbie 3 02-11-2010 07:38 PM
LXer: Move an entire file system on a live Unix system LXer Syndicated Linux News 0 07-08-2006 05:33 PM
when does linux switch from realmode file system to protectedmode file system sitthar Linux - General 3 04-08-2006 08:05 AM
figuring out 'file system' and 'swap file system' types TrulyTessa Linux - Newbie 3 09-26-2005 06:46 PM

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

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