Gentoo Archives: gentoo-user

From: Aaron Clark <ophidian@×××××××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Ext4 status - Alternative to ext2/3 for gentoo portage and more
Date: Fri, 15 Feb 2008 14:34:35
Message-Id: 47B5A2F2.4030702@ophidian.homeip.net
In Reply to: Re: [gentoo-user] Ext4 status - Alternative to ext2/3 for gentoo portage and more by Dirk Heinrichs
1 Dirk Heinrichs wrote:
2 > Am Freitag, 15. Februar 2008 schrieb ext Strong Cypher:
3 >
4 >> For exemple , with reiser4 the portage directory don't take a lot of
5 >> space, and so read it it's really fast...
6 >
7 > The same is true for reiser3.
8 >
9 >> I want a alternative
10 >
11 > Well, there are plenty: xfs, jfs, ...
12
13 Of the current main four FS's on modern linux, here's a general overview
14 of them:
15
16 ext3: Older, reliable, stable. You get very good tools support for ext3
17 (including online resize) and low cpu-usage for the most part but it's
18 slower and less space efficient than more recent fs's.
19
20 jfs: Better performance than ext3, deals with larger files reasonably
21 well with low cpu usage. Not very commonly used to my knowledge.
22
23 reiserfs (reiser3): very fast for most operations (the exception being
24 directory creation iirc), especially efficient for dealing with many
25 small files. It has noticeably higher cpu-usage than ext3/jfs. I
26 believe there are also some potential performance bottlenecks on SMP
27 systems as it makes liberal use of the Big Kernel Lock.
28
29 xfs: high performance, especially when dealing with many large or small
30 files; Gets along very well with raid arrays. Noticeably higher cpu
31 usage than ext3/jfs. IIRC, it aggressively caches its writes so there
32 is a slight possibility of data loss if your power goes out suddenly in
33 the middle of a series of writes (I consider this a very small
34 possibility, it is journalled like the other fs's on this list so the
35 filesystem will still come up in a consistent state, you just may be
36 missing some of the data you were writing). Very good online tools
37 support provided with it.
38
39 I'm sure someone will jump in to correct me if I've misremembered
40 something. Favorite filesystems can be a bit like Window Manager or
41 favorite Desktop debates.
42
43 Aaron
44
45
46 --
47 gentoo-user@l.g.o mailing list

Replies