* [gentoo-user] best filesystem for Gentoo @ 2005-11-27 4:20 Colin Copley 2005-11-27 4:34 ` Dale ` (4 more replies) 0 siblings, 5 replies; 9+ messages in thread From: Colin Copley @ 2005-11-27 4:20 UTC (permalink / raw To: gentoo-user 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? -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] best filesystem for Gentoo 2005-11-27 4:20 [gentoo-user] best filesystem for Gentoo Colin Copley @ 2005-11-27 4:34 ` Dale 2005-11-27 4:48 ` Thomas Harold ` (3 subsequent siblings) 4 siblings, 0 replies; 9+ messages in thread From: Dale @ 2005-11-27 4:34 UTC (permalink / raw To: gentoo-user 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? I don't run a webserver or anything but if you don't want journaling, ext2 may be good. I don't think it has any journaling at all. Of course, there are a lot of file systems out there to pick from. I use reiserfs on all mine and it works well, even when the power fails. It also does fine on a Compaq Proliant 6000 server with quad 200MHz CPUs. It is a slow rig but I don't think the journaling takes up that much CPU time. It always shows 0%. It's a thought, until a serious guru comes along. ^_^ Dale :-) -- To err is human, I'm most certainly human. -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] best filesystem for Gentoo 2005-11-27 4:20 [gentoo-user] best filesystem for Gentoo Colin Copley 2005-11-27 4:34 ` Dale @ 2005-11-27 4:48 ` Thomas Harold 2005-11-27 6:34 ` Robert Crawford 2005-11-27 12:14 ` Alexander Skwar 2005-11-27 10:06 ` Martin Tedjawardhana ` (2 subsequent siblings) 4 siblings, 2 replies; 9+ messages in thread From: Thomas Harold @ 2005-11-27 4:48 UTC (permalink / raw To: gentoo-user 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. -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] best filesystem for Gentoo 2005-11-27 4:48 ` Thomas Harold @ 2005-11-27 6:34 ` Robert Crawford 2005-11-27 12:20 ` Petteri Räty 2005-11-27 12:14 ` Alexander Skwar 1 sibling, 1 reply; 9+ messages in thread From: Robert Crawford @ 2005-11-27 6:34 UTC (permalink / raw To: gentoo-user 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 ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] best filesystem for Gentoo 2005-11-27 6:34 ` Robert Crawford @ 2005-11-27 12:20 ` Petteri Räty 0 siblings, 0 replies; 9+ messages in thread From: Petteri Räty @ 2005-11-27 12:20 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 441 bytes --] Robert Crawford wrote: > > 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. > If you serve only static content, you can put your document root to a separate partition and as such avoid fragmentation because there aren't any writes happening. Regards, Petteri [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 256 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] best filesystem for Gentoo 2005-11-27 4:48 ` Thomas Harold 2005-11-27 6:34 ` Robert Crawford @ 2005-11-27 12:14 ` Alexander Skwar 1 sibling, 0 replies; 9+ messages in thread From: Alexander Skwar @ 2005-11-27 12:14 UTC (permalink / raw To: gentoo-user Thomas Harold schrieb: > 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. Well, who cares about other distibutions? This is a Gentoo list. OP asks about Gentoo. Anyway. It'll be hard to find a recent distribution, which does NOT support all of the available "standard" filesystems (Reiser 3, XFS, ext2, ext3, JFS and maybe even Reiser 4). As far as age is concerned: What's older? XFS or ext2? > 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. Why not? Are there any facts, that makes you think so? -- Alexander Skwar -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] best filesystem for Gentoo 2005-11-27 4:20 [gentoo-user] best filesystem for Gentoo Colin Copley 2005-11-27 4:34 ` Dale 2005-11-27 4:48 ` Thomas Harold @ 2005-11-27 10:06 ` Martin Tedjawardhana 2005-11-27 12:11 ` Alexander Skwar 2005-11-27 22:04 ` kashani 4 siblings, 0 replies; 9+ messages in thread From: Martin Tedjawardhana @ 2005-11-27 10:06 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 646 bytes --] Have a look at this benchmark http://linuxgazette.net/102/piszcz.html and the interview article http://www.osnews.com/story.php?news_id=69 Someone mentioned that reiserfs slows down after a while because of fragmentation, to be honest I've been running a quite busy web/file storage server using reiserfs for more than 1,5 years without any noticeable slowing down. On 27/11/05, Colin Copley <cmc.75@btinternet.com> 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? > -- > gentoo-user@gentoo.org mailing list > > [-- Attachment #2: Type: text/html, Size: 1094 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] best filesystem for Gentoo 2005-11-27 4:20 [gentoo-user] best filesystem for Gentoo Colin Copley ` (2 preceding siblings ...) 2005-11-27 10:06 ` Martin Tedjawardhana @ 2005-11-27 12:11 ` Alexander Skwar 2005-11-27 22:04 ` kashani 4 siblings, 0 replies; 9+ messages in thread From: Alexander Skwar @ 2005-11-27 12:11 UTC (permalink / raw To: gentoo-user Colin Copley schrieb: > Hi List, > > Any comment on the best filesystem to use for Gentoo None. > running a > webserver, Ah, that's something, that can be answered :) > I prefer more speed and less journaling, Those are no contrasts. > is there a standard? No. I'd suggest, that you do the tests yourself. This will give you the most reliable data. To do so, I'd create filesystems containing the data and use the apache benchmark tool "ab". Alexander Skwar -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] best filesystem for Gentoo 2005-11-27 4:20 [gentoo-user] best filesystem for Gentoo Colin Copley ` (3 preceding siblings ...) 2005-11-27 12:11 ` Alexander Skwar @ 2005-11-27 22:04 ` kashani 4 siblings, 0 replies; 9+ messages in thread From: kashani @ 2005-11-27 22:04 UTC (permalink / raw To: gentoo-user 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? Webserving is a general enough case where there aren't going to be huge advantages between filesystems. I'd go with ext3, maybe look at some of the tuning parameters, and not spend too much time on it. If you find yourself running into I/O issues moving your content to a second drive or adding more RAM to increase the system cache is simpler and will likely offer an order of magnitude more performance than any wacky filesystem hack. kashani -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2005-11-27 22:09 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2005-11-27 4:20 [gentoo-user] best filesystem for Gentoo Colin Copley 2005-11-27 4:34 ` Dale 2005-11-27 4:48 ` Thomas Harold 2005-11-27 6:34 ` Robert Crawford 2005-11-27 12:20 ` Petteri Räty 2005-11-27 12:14 ` Alexander Skwar 2005-11-27 10:06 ` Martin Tedjawardhana 2005-11-27 12:11 ` Alexander Skwar 2005-11-27 22:04 ` kashani
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox