On Thu, 2004-01-15 at 17:22, neuron wrote: > reiserfs, guaranteed personally. Especially on a mail server. > I've used jfs, I crashed it twice on purpose (network swap, then > disable network card), both times jfs failed to boot. (this is > because it trusts it's own journal, which a lot of people love about > it, both times for me it was wrong..) > > Personally I haven't had any problems with XFS though, but I haven't > used it that much. > As a note, any journaling FS that uses metadata for updates will have issues with server AbEnds where there is data in-flux. The meta-log(journal) will be in some state of flux and depending on the timing of the AbEnd, then you can be in trouble. The recent XFS code finally fixes a lot of issues about this with a meta journal update daemon and set of sysctls that are configurable. Also, another way to ensure your journal is safe, both with JFS, XFS, ext3 in full logging mode, is to put your journal on a separate device that may not be affected by the AbEnd. I can reveal more, but am short on time. I would personally ask each list of the FS your interested in after you've read about each. It should be noted as well that each journaling FS has it's own issues which are application dependent. i.e. works better in some cases than others based on usage patterns, file types, etc. -- Austin Gonyou <austin@coremetrics.com> Coremetrics, Inc. _______________________________________________ linux-lvm mailing list linux-lvm@sistina.com http://lists.sistina.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/