PDA

View Full Version : What is the best File System?



Sunnz
November 15th, 2005, 05:17 AM
Out of the four popular File Systems for Linux, ext3, reiserfs, JFS & XFS, what are the difference between them? What are the pro and con? What are they good at?

Samuel
November 15th, 2005, 07:18 AM
en.wikipedia.org/wiki/Comparison_of_file_systems (http://en.wikipedia.org/wiki/Comparison_of_file_systems) explains it best.
personally i prefer ext3, its readable by all the live CDs or boot disks i have tried and also can be read from windows using software, i have never had a problem with it, i guess is use it because it dosnt give me headaches.

from what i understand, Reiser and XFS are supposed to be the best in terms of performance because they are good at moving around small files fast, however i cant say i have ever noticed a difference, i used reiser on suse and xfs on gentoo and i cant say i can really see any performance differences.

tom-ubuntu
November 15th, 2005, 09:18 AM
I prefer ReiserFS over all the others. Didn't have any problems so far.

Was using ext3 before. Then the filesystem went corrupt an needed to be checked on the next reboot. It took around 3 days, if I remember correctly. Reiser is a lot faster in any terms.

Ubuntist
November 15th, 2005, 10:25 AM
en.wikipedia.org/wiki/Comparison_of_file_systems (http://en.wikipedia.org/wiki/Comparison_of_file_systems) explains it best.
personally i prefer ext3, [it] can be read from windows using software


After reading the same Wiki, I decided to go with Reiser for its speed when I installed Ubuntu recently. So far, no problems.

Can you give me a pointer to the software which allows Windows to read ext3?

I saw a mention somewhere recently that the latest Linux kernel can write NTFS. That would eliminate my need for a FAT32 partition.

bionnaki
November 15th, 2005, 11:48 AM
fat32 is the best.
everyone should install ubuntu on it.

gord
November 15th, 2005, 11:58 AM
sarcasm reeeeeeeally doesn't work on the internet huh?

stimpack
November 15th, 2005, 12:13 PM
Ive used both, no probelms with both, however the ext3 'filecheck' that occurs every 20 mounts is highly embarrassing, you dont want that coming up when your Windows mates are around, so I now use ReiserFS.

Zerocool10482
November 15th, 2005, 12:23 PM
I'm using ext3 and I think everythings ok so I'm fine. I have a dual boot machine. What is swap and why is it taking up 1.4gb of space?

Pablo_Escobar
November 15th, 2005, 12:27 PM
What is swap and why is it taking up 1.4gb of space?
Swap is a disk space that serves as an extra RAM when the standard one is used up. Mostly for RAM hungry programs. The same is in Window$ - called swap file.
It's 1.4GB because as I pressume You've had Ubuntu installer let the partitioning for You. It should be around 2 x RAM You have on Your PC.
Mine is 1,14 GB :)

Sunnz
November 15th, 2005, 03:42 PM
What about XFS and JFS? They seem have the same bag as reiser but a little more?

Wally68
November 15th, 2005, 04:08 PM
I was reading the other day about XFS and reiserfs in a thread about reiser4. From what I gathered, xfs is good for servers, but not too good for desktop use. I use rieserfs, which is stable and fairly quick. I did notice slightly faster boot times with reiserfs over ext3, but not really any performance gains. What I did notice though, is that with reiserfs, stuff doesn't disappear like it did with ext3 (reasons unknown). To make reiserfs boot even faster use the 'notime' and 'notail' options in fstab.
Wally

Sunnz
November 15th, 2005, 04:19 PM
So what makes XFS good for server use?

WildTangent
November 15th, 2005, 05:11 PM
I've heard that XFS is extremely fast, but becomes unstable if you don't shutdown properly, example: power failure. That's why it's good for servers, because they're usually hooked up to some form of redundant/UPS power supply.

-Wild

ubuntp
November 15th, 2005, 09:28 PM
I've been using XFS on a server for about 5 years now and can only recommend it, but it isn't for everyone. It was originally developed by SGI to be used with large video files, so it is faster than all other filesystems when it comes to reading/writing large files (high bandwith I/O). I'm using it on a fileserver that is serving 500MB+ files.

It's also a robust journaling filesystem like ext3 or ReiserFS, so the remark about XFS being unstable and losing data is not true. In fact it has excellent user tools for recovery and things like that. The harddrive in the server was failing once and i was able to read about 95% of the raw data off the drive (with dd) and xfstools were able to recover all of it.

http://oss.sgi.com/projects/xfs/

Zerocool10482
November 16th, 2005, 04:24 AM
Thanks I wanted to know what that was. Can I use less of a swap? I don't want to use 1gb of my hard drive.