From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-86868-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1L53Wl-00029k-PK
	for garchives@archives.gentoo.org; Tue, 25 Nov 2008 19:24:51 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 08391E05C0;
	Tue, 25 Nov 2008 19:24:52 +0000 (UTC)
Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170])
	by pigeon.gentoo.org (Postfix) with ESMTP id B9385E05C0
	for <gentoo-user@lists.gentoo.org>; Tue, 25 Nov 2008 19:24:51 +0000 (UTC)
Received: by ug-out-1314.google.com with SMTP id 30so1152932ugs.39
        for <gentoo-user@lists.gentoo.org>; Tue, 25 Nov 2008 11:24:49 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:sender
         :to:subject:in-reply-to:mime-version:content-type
         :content-transfer-encoding:content-disposition:references
         :x-google-sender-auth;
        bh=Bfyz1Tz4XTtrtvaHYe+B5GYzsdcdtpS+h9pn/kv1hPc=;
        b=nDUwWOH+/EImdkBXCmeskV6KKuq8Hcskk6KroH5FOOti3tdukt4PT96PFQES+vyWGF
         t3DBqENP9hpO94Jb5zfXhzV+9IDgkMZmt8BKHgqMbzUfSCv+L1ejkh0mtKgdzZjj90QC
         1UD2fBps2YMNVMHICkq9Wo3xIc8JOW7VVO9H0=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:sender:to:subject:in-reply-to:mime-version
         :content-type:content-transfer-encoding:content-disposition
         :references:x-google-sender-auth;
        b=UwsCVSYlyT/TNtX0oUiIRtLa78t2fTvJWyIlBwFsAihLA46bRu2gvMFZQwZSgAlnmG
         XFWEVn1FLa/Jl7UDnUCv1WbxB+rz02KJsEVnpuI9FIEjRO8CDLm5DE8CoUVjdGvYlfNl
         3HxIwFXatNrLtZcA8VSAafmm9c9Ib410r8jKs=
Received: by 10.210.67.4 with SMTP id p4mr5064037eba.167.1227641088996;
        Tue, 25 Nov 2008 11:24:48 -0800 (PST)
Received: by 10.210.34.20 with HTTP; Tue, 25 Nov 2008 11:24:48 -0800 (PST)
Message-ID: <38af3d670811251124v7d447918v82b7ec11baafd1a9@mail.gmail.com>
Date: Tue, 25 Nov 2008 17:24:48 -0200
From: "Jorge Peixoto de Morais Neto" <please.no.spam.here@gmail.com>
Sender: jorgepeixotomorais@gmail.com
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] [OT] filesystems
In-Reply-To: <200811252007.55035.volker.armin.hemmann@tu-clausthal.de>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <1227479490.26615.47.camel@rattus>
	 <58965d8a0811250957k7c4ef8adu7abfc9da08b8800d@mail.gmail.com>
	 <38af3d670811251037o795bf698l88c5bd900957fa60@mail.gmail.com>
	 <200811252007.55035.volker.armin.hemmann@tu-clausthal.de>
X-Google-Sender-Auth: 22d785c4699df550
X-Archives-Salt: 152f5f98-3acf-4ab9-a8ee-f07ca3fb359c
X-Archives-Hash: 446fa535a6f02d458f96a727b632cdcb

> reiserfs has barriers turned on by default - which makes it a bit slower but a
> lot safer for data. ext3 has them turned off by default - ext3 devs don't care
> about data - only speed. You turn on barriers, performance goes down by 30%.
I read an article about that, and if I recall correctly the assumption
was that the likelihood of data loss occurring due to the barriers
issue was negligible. I have no expertise to decide on that matter,
but the fact that pretty much every linux distribution chooses ext3 by
default suggests it is the safest (at least for simple desktop/laptop
usage), no?

Somewhat offtopic:
What do you suggest for me? I care about data safety, but am too lazy
to make frequent backups, so filesystem robustness and availability of
data recovery tools is pretty important; and as I said before, the
only performance problem with my computer that I think may be related
to filesystem is boot time and launching heavy programs not in cache;
keep in mind my root partition is only 3,8 GB used and 93% free -
maybe in this condition the filesystem is not stressed and only the
actual HD speed matters? Valerie Henson from VAH Consulting says that
every file system goes fast with:

* O(1000) files per directory
* File size a few KB to a few GB
* Read-mostly access
* Infrequent file creation/deletion
* Sequential file read/write patterns
* Shallow directory depth (< 10 levels)
* Total file system size O(100 GB)