LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 06-24-2004, 07:44 PM   #1
ozzytx
LQ Newbie
 
Registered: Jun 2004
Posts: 9

Rep: Reputation: 0
Question best file system


i have a 250gb drive in my linux box that i want to use for storage, which file system would be best to use?

i want to keep it as 1 250gb partition and will be accessing it across my network from windows machines.

i'm using suse 9.1.

also what are the major differences between the different filesystems in linux?
 
Old 06-24-2004, 07:58 PM   #2
JediMasterTux
Member
 
Registered: Jun 2004
Location: Melbourne, Australia
Distribution: Gentoo 2004.2
Posts: 64

Rep: Reputation: 15
ext2 is the tried and true Linux filesystem but doesn't have metadata journaling, which means that routine ext2 filesystem checks at startup time can be quite time-consuming. There is now quite a selection of newer-generation journaled filesystems that can be checked for consistency very quickly and are thus generally preferred over their non-journaled counterparts. Journaled filesystems prevent long delays when you boot your system and your filesystem happens to be in an inconsistent state.

ext3 is the journaled version of the ext2 filesystem, providing metadata journaling for fast recovery in addition to other enhanced journaling modes like full data and ordered data journaling. ext3 is a very good and reliable filesystem. It has an additional hashed b-tree indexing option that enables high performance in almost all situations. In short, ext3 is an excellent filesystem.

ReiserFS is a B*-tree based filesystem that has very good overall performance and greatly outperforms both ext2 and ext3 when dealing with small files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales extremely well and has metadata journaling. As of kernel 2.4.18+, ReiserFS is solid and usable as both general-purpose filesystem and for extreme cases such as the creation of large filesystems, the use of many small files, very large files and directories containing tens of thousands of files.

XFS is a filesystem with metadata journaling that is fully supported under Gentoo Linux's xfs-sources kernel. It comes with a robust feature-set and is optimized for scalability. We only recommend using this filesystem on Linux systems with high-end SCSI and/or fibre channel storage and a uninterruptible power supply. Because XFS aggressively caches in-transit data in RAM, improperly designed programs (those that don't take proper precautions when writing files to disk and there are quite a few of them) can lose a good deal of data if the system goes down unexpectedly.

JFS is IBM's high-performance journaling filesystem. It has recently become production-ready and there hasn't been a sufficient track record to comment positively nor negatively on its general stability at this point.

From The GENTOO handbook
 
Old 06-25-2004, 01:23 AM   #3
SciYro
Senior Member
 
Registered: Oct 2003
Location: hopefully not here
Distribution: Gentoo
Posts: 2,038

Rep: Reputation: 51
i like ReiserFS best, haven't had a problem with it ever (ext2/3 i had some problems with, mainly ext2)

ReiserFS can also save some disk space to (not much, but if you have lots of small files it can save up enough space to have a new more, depends on how much disk space you have)... ReiserFS is also supposed to be one the first journaled file systems for linux, and 3.6 the file system is only tweaked for bug fixes(i guess that makes it very stable?) , (development is now on v4 which looks very nice to test out when it becomes stable enough)

tho i cant say i stand at a neutral position as ext2 (i added the log i think, so it should have been ext3, but that didn't seem to help) got totally corrupted on my laptop (Pentium pro), so i kinda have a thing against ext2/3
 
Old 07-03-2004, 12:45 PM   #4
LST
LQ Newbie
 
Registered: Dec 2003
Location: Daventry, United Kingdom
Distribution: Slackware + Raspberry Pi OS
Posts: 23

Rep: Reputation: 19
Well, I started off using ext2 then I changed to ReiserFS, which I was pleased with. However, a few days ago I decided (upon recommendation from a friend) to use XFS when installing Slackware 10 onto my Laptop. The performance on my laptop has improved noticeably and I honestly don't see why more people use XFS.
 
Old 07-04-2004, 05:53 PM   #5
JediMasterTux
Member
 
Registered: Jun 2004
Location: Melbourne, Australia
Distribution: Gentoo 2004.2
Posts: 64

Rep: Reputation: 15
Quote:
Originally posted by LST
Well, I started off using ext2 then I changed to ReiserFS, which I was pleased with. However, a few days ago I decided (upon recommendation from a friend) to use XFS when installing Slackware 10 onto my Laptop. The performance on my laptop has improved noticeably and I honestly don't see why more people use XFS.
I agree. It is sooooooooooooo much faster than resiserFS and ext#.
 
Old 07-04-2004, 07:52 PM   #6
SciYro
Senior Member
 
Registered: Oct 2003
Location: hopefully not here
Distribution: Gentoo
Posts: 2,038

Rep: Reputation: 51
it is? (i never tried xfs as i cant find anyone who says they think its fast, and there web site has no numbers on it, so i don't know if it works for me (there site didn't say how much files it could have, how much files in a directory, or not even at least if it any good))
 
Old 07-06-2004, 09:48 PM   #7
JediMasterTux
Member
 
Registered: Jun 2004
Location: Melbourne, Australia
Distribution: Gentoo 2004.2
Posts: 64

Rep: Reputation: 15
I recomend EXT 3
Fast
Dosent screw up when the power goes down lik XFS
 
Old 07-06-2004, 10:40 PM   #8
jong357
Senior Member
 
Registered: May 2003
Location: Columbus, OH
Distribution: DIYSlackware
Posts: 1,914

Rep: Reputation: 52
I've never had an XFS file system screw up on me when my power goes out. In fact, last quarter, I was writing a paper for about an hour and the power went out.... Got really pissed thinking that it was history.... Somehow it got saved. Don't ask me how... Not sure. I also had some other stuff open on another desktop. None of that was lost either. I've been using XFS for about a year and refuse to use anything else.... It's a great FS....
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
File recovery after partition table damage - XFS file system gracecourt Linux - General 4 09-28-2017 05:29 PM
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
How to read .chm file in fedora, can't mount ntfs file system ishti_du Linux - Newbie 12 03-06-2007 03:27 AM
figuring out 'file system' and 'swap file system' types TrulyTessa Linux - Newbie 3 09-26-2005 06:46 PM
System complains failing automounting file system aladin Linux - Hardware 1 08-30-2005 10:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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