From: Billy Holmes <billy@gonoph.net>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Which filesystem for a notebook?
Date: Tue, 09 Aug 2005 14:14:23 -0400 [thread overview]
Message-ID: <42F8F27F.5030303@gonoph.net> (raw)
In-Reply-To: <42F821EF.6050400@asmallpond.org>
Richard Fish wrote:
> In the last year, I have run XFS, reiserfs v3, and ext3 on my laptop. I
I've ran xfs, jfs, reiserfs v3 and v4, and ext3.
jfs on a firewire drive is a bad idea. When it crashes, it crashes hard.
No amount of recovery was helpful. In the end, a week old backup, and a
reformat with a new filesystem got me back to production.
XFS has been very good to me. I like the performance, and power outages
have done nothing to the integrity of the file data.
reiserfs3 is good for some things. It treats lots of small files really
well. Large files aren't a problem either. It eats major CPU cycles
compared to other filesystems.
reiser4 is faster when it comes to throughput, and certain non-realworld
scenarios, such as creating tens of thousands of directories, or
deleting millions of files. Eats CPU cycles like there is no tomorrow.
Not a good filesystem for a highly interactive desktop. If your concern
is throughput, and you don't need interactivity (a file server in a
closet, enclosed in cement) then it would probably make you very happy -
provided you don't get burned when a new kernel revision comes out that
totally breaks it.
ext3 uses the least cpu of all the filesystems. It's not at snappy as
xfs or reiser4, but the code base is very stable when it comes to linux.
There are also many, many (did I mention many?) utilities, documents,
and guru's out there that can help you rebuild your ext3 filesystem in
case it really eats itself.
I use ext3 on an external harddrive, as I believe in the data recovery
aspects of ext3. For my desktop machines, I use xfs. For servers, I use
ext3 unless I really feel I need the extra performance, then I use xfs.
> I do not know of any Linux filesystem that can be resized while still
> mounted.
$ man xfs_growfs
[snip]
xfs_growfs expands an existing XFS filesystem (see xfs(5)). The
mountpoint argument is the pathname of the directory where the
filesystem is mounted. The filesystem must be mounted to be grown (see
mount(8)). The existing contents of the filesystem are undisturbed, and
the added space becomes available for additional file storage.
[snip]
you *must* have the filesystem mounted in order to use xfs_growfs. XFS
lends itself VERY well to lvm2 (which also runs on all my desktops).
--
gentoo-user@gentoo.org mailing list
next prev parent reply other threads:[~2005-08-09 18:20 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-08 21:40 [gentoo-user] Which filesystem for a notebook? Alexander Skwar
2005-08-09 1:30 ` Bob Sanders
2005-08-09 9:33 ` Ow Mun Heng
2005-08-09 20:47 ` Bob Sanders
2005-08-13 11:29 ` Fernando Meira
2005-08-13 11:59 ` Neil Bothwick
2005-08-13 12:24 ` Fernando Meira
2005-08-13 12:37 ` Neil Bothwick
2005-08-13 15:58 ` Uwe Thiem
2005-08-09 1:51 ` Volker Armin Hemmann
2005-08-09 3:24 ` Richard Fish
2005-08-09 5:32 ` Michael Crute
2005-08-09 8:00 ` Neil Bothwick
2005-08-09 13:38 ` A. R.
2005-08-09 13:42 ` Mauro Faccenda
2005-08-09 13:40 ` Mike Williams
2005-08-09 13:54 ` Dirk Heinrichs
2005-08-09 14:29 ` Neil Bothwick
2005-08-09 15:09 ` Richard Fish
2005-08-09 15:41 ` Neil Bothwick
2005-08-09 18:14 ` Billy Holmes [this message]
2005-08-09 18:46 ` Christian Parpart
2005-08-09 20:36 ` Volker Armin Hemmann
2005-08-10 15:49 ` [gentoo-user] Dropping harddrives (WAS Which filesystem for a notebook?) Billy Holmes
2005-08-10 15:57 ` Chad Leigh -- Shire.Net LLC
2005-08-10 16:14 ` Billy Holmes
2005-08-10 18:02 ` Chad Leigh -- Shire.Net LLC
2005-08-10 20:42 ` Craig Zeigler
2005-08-16 18:19 ` [gentoo-user] Which filesystem for a notebook? Alexander Skwar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42F8F27F.5030303@gonoph.net \
--to=billy@gonoph.net \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox