LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 07-12-2005, 12:04 PM   #1
rock_wrench05
LQ Newbie
 
Registered: Jul 2005
Location: Originally from Tennessee
Distribution: Debian 3.1
Posts: 15

Rep: Reputation: 0
File System Choice for Debian Newbie


Hello once again for like the 5th time today. Will be installing the new GNU/Debian 3.1 Sarge once I receive the official DVDs from the vendor that I ordered them from. Just reading thru the linux sites and forums prepping myself for the anticipated long and drawn out installation which should be fun.

One of the options that I have noticed and been noticing in different linux distros is the choice of file systerms. On the distrowatch website it lists 3.1 Sarge as having the choice between 4 filesystems (ext3, JFS, ReiserFS, and XFS). What are the differences between the 4 and which one is considered the best choice?

Thanks in advance!
 
Old 07-12-2005, 12:14 PM   #2
titanium_geek
Senior Member
 
Registered: May 2002
Location: Horsham Australia
Distribution: elementary os 5.1
Posts: 2,479

Rep: Reputation: 50
both my debian and slack sorta pushed me in the reiserfs direction. ext3 is still a fairly decent choice as well. (what I mean is: they basically said: you can have any color you want, as long as it's black. well, they didn't force me into it, but it was the default) my root partitions are reiser, my other are ext3

filesystem shouldn't cause you headaches, especially if you are a newbie.

titanium_geek

Last edited by titanium_geek; 07-12-2005 at 12:45 PM.
 
Old 07-12-2005, 12:22 PM   #3
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
check out this site for brief info about the most popular filesystems. i think reiser is the most popular one, or becoming the most popular.
when i install a distro i usually pick this one, but usually never really think about it.. as for the average user they all will seem equal. and for those who think it is a huge deal, they will probably already know everything about each one and know which one is best for their situation.
check out the links to the sites for each FS too, which are on the above link.
 
Old 07-12-2005, 12:22 PM   #4
sminot
LQ Newbie
 
Registered: Jul 2005
Posts: 6

Rep: Reputation: 0
ext3 shouldn't give you any problems, I'd go with that if I were you.
 
Old 07-12-2005, 12:38 PM   #5
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
It depends on what you do with the PC. In general reiserfs is better with lots of smaller files, xfs is better with lots of larger files. With the average user it really doesn't matter IMO.

There are some better links but I can not find them at the moment.
http://linuxgazette.net/102/piszcz.html

Of course you can always google yourself for more info.
 
Old 07-12-2005, 12:48 PM   #6
ctkroeker
Senior Member
 
Registered: May 2005
Posts: 1,565
Blog Entries: 1

Rep: Reputation: 50
ext2 for /boot and ReiserS for the rest of the partitions, e.g.: /root, /var, etc.
 
Old 07-13-2005, 02:40 AM   #7
rock_wrench05
LQ Newbie
 
Registered: Jul 2005
Location: Originally from Tennessee
Distribution: Debian 3.1
Posts: 15

Original Poster
Rep: Reputation: 0
Hey thanks guys for the information and links. Appreciate all the help I am getting in this forum.
 
Old 07-13-2005, 05:22 AM   #8
bp12345
Member
 
Registered: Jun 2005
Distribution: Debian testing, Kubuntu 5.04
Posts: 104

Rep: Reputation: 15
I use Ext3, and there is a free program to let you read Ext2/Ext3 partitions from windows.
explore2fs
I think there is also more compatibility with older systems with Ext2/3. Some commercial partitioning software (Partition Magic, for example) can recognise, make, delete and resixe Ext2/3.
 
Old 07-13-2005, 07:21 AM   #9
vees
Member
 
Registered: Jun 2005
Location: the Imperial Homeland
Distribution: Debian, gNewSense
Posts: 117

Rep: Reputation: 15
having tried ext2, ext3 and ReiserFS I definitely would reccommend ReiserFS which I found very stable and which recovers really fast and effetively after a power failure (much faster and much better than ext3). I now use only ReiserFS for everything but the swap.

YMMV.

Cheers!
 
Old 07-13-2005, 07:33 AM   #10
Artik
Member
 
Registered: Apr 2005
Location: Israel
Distribution: Debian 3.1 Sarge, Ubuntu Breezy
Posts: 223

Rep: Reputation: 30
Important differences:
  • Ext3 are limited in file size up to 2GB. It is not important untill you start working with some movies. So be aware of it if you planing to use BIG files.
  • Ext3 can be browsed from Windows with ExploreFS. You can't get an access from Windows to XFS,JFS or ReiserFS
  • XFS, JFS, ReiserFS usually have better berfomance over ext3 according to benchmarks.
 
Old 07-17-2005, 11:17 AM   #11
bp12345
Member
 
Registered: Jun 2005
Distribution: Debian testing, Kubuntu 5.04
Posts: 104

Rep: Reputation: 15
Actually, I just found out that there is a tool to browse reiserfs partitions from windows. I use both reiserfs and ext3 and find reiserfs faster, too. It is nice to be able to browse reiserfs partitions from windows, too (Not that i use windows much anymore).
YAReG
 
Old 07-18-2005, 02:00 PM   #12
towjamb
Member
 
Registered: Aug 2004
Location: Canada
Distribution: Debian
Posts: 87

Rep: Reputation: 15
Quote:
Ext3 are limited in file size up to 2GB. It is not important untill you start working with some movies. So be aware of it if you planing to use BIG files.
I have several files on my ext3 drive that exceed 2GB. I've never encountered such a barrier.

Actually, it's due to Large File Support (LFS), which was included in Woody some time ago.

Under LFS, ext2/3 filesystems with 1KB blocksize, the file size limit is 16GB, and the 4KB blocksize limit is 2TB. For comparison sake, Reiser 3.6 limit is 1 EB, and JFS and XFS are both 8EB.
 
Old 07-18-2005, 04:15 PM   #13
Artik
Member
 
Registered: Apr 2005
Location: Israel
Distribution: Debian 3.1 Sarge, Ubuntu Breezy
Posts: 223

Rep: Reputation: 30
Thanks,..

it seems to me that I have to update my knowlage

The information above I've recieved from different articles that were talking about 2GB limit in Ext3.
Is LFS enabled by default in Sarge?
Once I've tryed to create large file on Ex3 (in FC3 I think) and it failed at 2GB limit...

Thanks about the information about ResierFS also...

Sorry for wrong information

Last edited by Artik; 07-18-2005 at 04:18 PM.
 
Old 07-27-2005, 02:17 AM   #14
juanjavier_xxx
Member
 
Registered: Aug 2004
Location: Madrid, Spain
Distribution: Debian stable.
Posts: 186

Rep: Reputation: 31
Quote:
Originally posted by sminot
ext3 shouldn't give you any problems, I'd go with that if I were you.
I agree with sminot. I have got ext3 on my machine really flawless. But on the other side I have to admit I haven't tested the others.....

Greetings,

Juan Javier
 
  


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
can't see file system after mounting in Debian subjazz Linux - Newbie 2 06-27-2005 06:49 PM
File Management System on MandrakeLinux 10.1 -newbie- moshpit Mandriva 5 01-11-2005 07:46 PM
File system Help \ Newbie Advice KarmaKill Linux - Newbie 4 06-23-2004 11:53 AM
Fixing File System Error on Debian Box doctorcisco Linux - Software 0 05-21-2004 03:36 PM
Newbie question about the file manager system in Mandrake... ScrewMicrosoft Linux - General 7 09-29-2003 11:54 AM

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

All times are GMT -5. The time now is 06:28 AM.

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