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-86864-garchives=archives.gentoo.org@lists.gentoo.org>) id 1L536h-0007lf-50 for garchives@archives.gentoo.org; Tue, 25 Nov 2008 18:57:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A575AE054F; Tue, 25 Nov 2008 18:57:55 +0000 (UTC) Received: from ey-out-1920.google.com (ey-out-1920.google.com [74.125.78.148]) by pigeon.gentoo.org (Postfix) with ESMTP id 6800DE054F for <gentoo-user@lists.gentoo.org>; Tue, 25 Nov 2008 18:57:55 +0000 (UTC) Received: by ey-out-1920.google.com with SMTP id 4so38532eyk.10 for <gentoo-user@lists.gentoo.org>; Tue, 25 Nov 2008 10:57:53 -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=MK8RPnd1xGomtuXT4NTDpdtE8PY977LplTnMsybqVmw=; b=clGzAl8+uOLNhNqiF6k4uAEPMgSw/WVsZd8xJLFfEzzQyCi4O2JH330rqLbUqo8KXO XTteAgT75ZF3ecLoepHDOgR92A7aLgKAQHkmdCBtOQPbeUT6vdqmsXdrJw6fAOVt4OIk D+4I4vFmCz8ZfNB9KsFeaThdYtbTNjjKPb/p8= 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=b8hgSWssmVwl5peGeYMZobG7q+39l4d0MZgbHR/xYEzYvlkBWD8Q6NWg3paNsdyu0G A7waGuL1tK6Zw5a/PtpfE+3AY5HI7W13j3oy90vdfOnajfRrBSlWPNflgTweGrsjfo9e P7QGQSjV+dSGwVHEFrScnul0qhUPnpn1IOQSw= Received: by 10.210.119.16 with SMTP id r16mr2168433ebc.113.1227639472937; Tue, 25 Nov 2008 10:57:52 -0800 (PST) Received: by 10.210.34.20 with HTTP; Tue, 25 Nov 2008 10:57:52 -0800 (PST) Message-ID: <38af3d670811251057v7ca84feelac67ab0c23037f9c@mail.gmail.com> Date: Tue, 25 Nov 2008 16:57:52 -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: <38af3d670811251037o795bf698l88c5bd900957fa60@mail.gmail.com> 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> <200811241450.30202.volker.armin.hemmann@tu-clausthal.de> <492B1820.1040308@gmail.com> <200811250834.03499.dirk.heinrichs@online.de> <492BB6F9.5040708@gmail.com> <58965d8a0811250957k7c4ef8adu7abfc9da08b8800d@mail.gmail.com> <38af3d670811251037o795bf698l88c5bd900957fa60@mail.gmail.com> X-Google-Sender-Auth: 0009ce5447906ae4 X-Archives-Salt: dc5dcfa4-048b-469a-8897-ed542d4149ff X-Archives-Hash: 2eba4385bdfe7b1abe39db523066d60c > Now, since I usually compile software in a tmpfs, I guess the > filesystem makes nearly zero difference. Video encoding is obviously > bound by CPU, cache and RAM speed, not filesystem. Web rendering is > also hardly affected by filesystem . And launching programs means > mostly reading files, and would reiserfs be significantly faster than > ext3 for this, specially considering that my system is minimalist and > the root partition is only 7% used? > > So it seems I should not have chosen reiserfs, which has a fame of > being less safe than ext3, and certainly has less software support > than ext3. The next time I format my root partition, I will choose > ext3 (then move to ext4 when it is stable). Oh, and according to this benchmark http://linuxgazette.net/122/piszcz.html reiserfs does not deserve its speed fame.