Gentoo Archives: gentoo-user

From: Jorge Peixoto de Morais Neto <please.no.spam.here@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [OT] filesystems
Date: Tue, 25 Nov 2008 19:24:51
Message-Id: 38af3d670811251124v7d447918v82b7ec11baafd1a9@mail.gmail.com
In Reply to: Re: [gentoo-user] [OT] filesystems by Volker Armin Hemmann
1 > reiserfs has barriers turned on by default - which makes it a bit slower but a
2 > lot safer for data. ext3 has them turned off by default - ext3 devs don't care
3 > about data - only speed. You turn on barriers, performance goes down by 30%.
4 I read an article about that, and if I recall correctly the assumption
5 was that the likelihood of data loss occurring due to the barriers
6 issue was negligible. I have no expertise to decide on that matter,
7 but the fact that pretty much every linux distribution chooses ext3 by
8 default suggests it is the safest (at least for simple desktop/laptop
9 usage), no?
10
11 Somewhat offtopic:
12 What do you suggest for me? I care about data safety, but am too lazy
13 to make frequent backups, so filesystem robustness and availability of
14 data recovery tools is pretty important; and as I said before, the
15 only performance problem with my computer that I think may be related
16 to filesystem is boot time and launching heavy programs not in cache;
17 keep in mind my root partition is only 3,8 GB used and 93% free -
18 maybe in this condition the filesystem is not stressed and only the
19 actual HD speed matters? Valerie Henson from VAH Consulting says that
20 every file system goes fast with:
21
22 * O(1000) files per directory
23 * File size a few KB to a few GB
24 * Read-mostly access
25 * Infrequent file creation/deletion
26 * Sequential file read/write patterns
27 * Shallow directory depth (< 10 levels)
28 * Total file system size O(100 GB)

Replies

Subject Author
Re: [gentoo-user] [OT] filesystems KH <gentoo-user@××××××××××××××××.de>
Re: [gentoo-user] [OT] filesystems Volker Armin Hemmann <volker.armin.hemmann@××××××××××××.de>
Re: [gentoo-user] [OT] filesystems Alan McKinnon <alan.mckinnon@×××××.com>
Re: [gentoo-user] [OT] filesystems William Kenworthy <billk@×××××××××.au>