LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Which filesystem to use for Linux installation (https://www.linuxquestions.org/questions/linux-newbie-8/which-filesystem-to-use-for-linux-installation-229925/)

ninadb 09-13-2004 01:18 AM

Which filesystem to use for Linux installation
 
Hi

I have heard of a lot of filesystems on which Linux is capable of being
installed.

Which one is the best currently for a desktop user.

I am currently using slack91 on reiserfs


Thanks and Regards
Ninad

dedric 09-13-2004 01:20 AM

I tend to use the Ext3 file system.... it has journaling support...

Mega Man X 09-13-2004 01:57 AM

All are good but ext2 ;)

sether 09-13-2004 01:59 AM

if you're already using reiser, there's no need to change really. i personally think reiser is pretty good, but like Megaman X already said, don't use ext2 because it's not journaled.

rm6990 09-13-2004 03:19 AM

I personally tend to prefer reiserfs for my root partition and ext3 for my home...and the reason for this is say i decide to switch to fedora, it doesnt have good support for reiserfs, so i format my root as ext3 and my home is already ext3. The only distro not capable of being installed on ext3 that I can think of off hand is Linspire.

David the H. 09-13-2004 04:36 AM

Ext3 and Reiserfs are the ones to consider. I use Reiserfs myself and it's quite stable, but I've heard that if it gets messed up, it goes down hard. It also excels at handling small files, which *nix systems generally have lots of. Don't worry, it does well with large files also.

Ext3 is a journaled extension of the older non-journaled Ext2, which Linux systems used to use. It's therefore a bit more mature, has a bit better support, and is backwards compatible with Ext2 if you need it. It's a solid file system very good for general use.

So, really, the choice is up to you. They're both good choices. There are others, like JFS and XFS, but unless you have special needs, I wouldn't bother with them. I'd say just keep your Reiserfs unless you have any real need to change.

rm6990 09-13-2004 04:57 AM

I've never used JFS, but I did try XFS once and I had problems with the OS not booting, so I just went back to Resier.

vectordrake 09-14-2004 10:04 PM

My power is not predictable. I've recovered from outages with reiser every time. Not true for ext2. After reading about ext3 vs reiser, I've never bothered with "throwing" a journal on ext2.

Reiser for 3 years. No going back.

SlackerLX 12-22-2004 11:20 AM

They say it's matter if taste, but here is benchmark

http://linuxgazette.net/102/piszcz.html
ans conclusion from it

"For those of you still reading, congrats! The conclusion is obvious by the "Total Time For All Benchmarks Test." The best journaling file system to choose based upon these results would be: JFS, ReiserFS or XFS depending on your needs and what types of files you are dealing with. I was quite surprised how slow ext3 was overall, as many distributions use this file system as their default file system. Overall, one should choose the best file system based upon the properties of the files they are dealing with for the best performance possible!"

dsegel 12-22-2004 12:00 PM

For a desktop system the filesystem speed is almost entirely irrelevant. It matters on a server because you may have dozens of users opening and closing hundreds of files at a time, but for a single user on a desktop...I wouldn't worry about it.


All times are GMT -5. The time now is 04:11 AM.