Results 1 to 10 of 11
This is for a laptop. I would like to know which is the best choice between ext3 and XFS. No Reiserfs, thanks anyway. This is a dual-boot configuration, Linux=hda2.
The ...
- 03-23-2005 #1Just Joined!
- Join Date
- Mar 2005
- Posts
- 15
XFS or ext3?
This is for a laptop. I would like to know which is the best choice between ext3 and XFS. No Reiserfs, thanks anyway. This is a dual-boot configuration, Linux=hda2.
The main concerns are first reliability/stability, second speed/overall access performance.
The kernel is 2.4.22-xfs from Knoppix 3.3, but will soon be compiling 2.6.x.x.
System will be general purpose workstation & tailoring the Knoppix installation.
Probably no db use or server, though that could change.
My experience is ext3, but I'm interested in XFS and any advice from experience.
thanks
- 03-23-2005 #2Linux Newbie
- Join Date
- Mar 2005
- Posts
- 205
There is noway in hell you should use xfs, use IBM's jfs or ext3, xfs is only for a specfic type of system. I tried it once on suse 9.1, and it screwed up my installation I forgot what type of system it's for but dont use it.
Ma homeboy is Jesus himself.
- 03-23-2005 #3I personnaly do not like the ext3 filesystem since it is a journalling hack applied to ext2. I'd naturally go for reiser after that, but you don't want to use reiser I'd go for JFS which is another journalled filesystem. read the above quote for a summary of XFS, though I think JFS (or reiser) is better.
Originally Posted by LinuxFormat
dylunio
- 03-24-2005 #4
Normally its, reiserfs is good for lots of smaller files, JFS & XFS for large files >2Gb (XFS has had more usage thus more testing then JFS the last time I read about them). I only use JFS on my database partition the rest is reiser since its quick.
- 03-24-2005 #5Just Joined!
- Join Date
- Mar 2005
- Location
- England and Egypt
- Posts
- 24
Slightly related....
mke2fs -j /dev/hda would create which filesystem?
My thoughts were ext3, but seeing all the stuff about jfs makes me think...
Are there any useful web-based links to explain the filesystem choices in more detail?
Sorry, probably an irrelevant question by a now paranoid would-be-gentoo user..
- 03-24-2005 #6
TDave,
would make your hard drive into the ext3 filesystem, wich is a jourlalling hack for the ext2 filesystem, you create ext without the -j optionCode:mke2fs -j /dev/hda
to make a reiserfs format use,Code:mke2fs /dev/hda
For a guid to filsystems you might want to look here.Code:mkreiserfs /dev/hda
dylunio
- 03-24-2005 #7Linux Newbie
- Join Date
- Sep 2003
- Location
- St.Charles, Missouri, USA
- Posts
- 201
i use xfs and like it. its so much faster than ext3 or resiser(spelling) but, dont let the power go out or your sol.
Powered by Gentoo
never ever ever use the hardened option in make.conf!
- 03-24-2005 #8Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
Another possibly informative HOWTO link:
Linux + XFS HOWTO : Linux on Steroids Updated: May 2002. Describes how to build a Linux system that runs on top of the SGI XFS journaling filesystem. [/url]/IMHO
//got nothin'
///this use to look better
- 03-25-2005 #9Linux Newbie
- Join Date
- Mar 2005
- Posts
- 205
Nope JFS owns XFS, reiser is just a rip off.
Ive always used IBM's Native JFS, and it's good for securtiy and it's stable.Ma homeboy is Jesus himself.
- 03-25-2005 #10
XFS and JFS are both good filesystems and they knock the pants off of ext3 in benchmarks. I've heard that XFS has the best recovery tools, but I've never needed to use them, so I can't comment on that personally (although, come to think of it, it's a good sign that I've never had to use the tools
)
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson


Reply With Quote
