From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.50) id 1EgGBr-0001nu-Jb for garchives@archives.gentoo.org; Sun, 27 Nov 2005 06:39:12 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id jAR6cHZm014696; Sun, 27 Nov 2005 06:38:17 GMT Received: from eastrmmtao04.cox.net (eastrmmtao04.cox.net [68.230.240.35]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id jAR6YTXC024315 for ; Sun, 27 Nov 2005 06:34:29 GMT Received: from [192.168.1.108] (really [70.171.8.190]) by eastrmmtao04.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051127063234.EWRZ4997.eastrmmtao04.cox.net@[192.168.1.108]> for ; Sun, 27 Nov 2005 01:32:34 -0500 From: Robert Crawford Organization: Florida Cycads To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] best filesystem for Gentoo Date: Sun, 27 Nov 2005 01:34:11 -0500 User-Agent: KMail/1.8.92 References: <43893428.9080005@btinternet.com> <43893A88.1020608@tgharold.com> In-Reply-To: <43893A88.1020608@tgharold.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@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 Message-Id: <200511270134.11166.flacycads@cox.net> X-Archives-Salt: aa9a0f54-8e60-4c44-900d-7b4aed7744ca X-Archives-Hash: 1b55308526a6b6e258e9d74ee370a634 On Sat November 26 2005 11:48 pm, Thomas Harold wrote: > Colin Copley wrote: > > Hi List, > > > > Any comment on the best filesystem to use for Gentoo running a > > webserver, I prefer more speed and less journaling, is there a standard? > > Probably can't go wrong with ext2 (personally, I'd still go with ext3 > because you get faster fscks during bootup, right?). Ext2/ext3 have > been around for a long time, there are lots of tools written to work > with them, supported in most (all?) linux distros. > > I'm sure there are good arguments for using Reiser, XFS, JFS, etc, but I > haven't gotten comfortable enough about them to make the switch away > from ext2/ext3. For a server, I'd stay away from reiserfs, as it does appear to have serious fragmentation over time- this is becoming more and more apparent. Check this thread out on Gentoo forums- I posted links to a lot of good info. http://forums.gentoo.org/viewtopic-t-401591-start-0.html With ext3, you might want to set the dir_index feature when you format, as this allows diretory B=Trees to be used, and really helps with the big performance drawback this FS has. This might be your best bet for a webserver- rock solid, really good speed (with the dir_index option), and virtually no fragmentation over time. If you deal with lots of really large files, xfs might serve your circumstance better, as it performs much better. It really depends on what you are using your system for, and what types of files/directories reside on each partition. For example, reiserfs (and R4) do much better than the others with lots of really small files. But as stated, plan on doing periodic "tarball partition and save on another media/reformat partition/copy back all data" procedures to defrag the reiserfs partition to maintain top performance. There is as yet no decent "repacker" for reiserfs that I know of. This is contrary to what most people believe about all Linux file systems, but for reiserfs, this is becoming an accepted fact. It does get seriously fragmented over time, though probably not as quickly as a FAT or NTFS windows partition. Robert Crawford (wrc1944- on the forum) -- gentoo-user@gentoo.org mailing list