On Tue, Aug 21, 2007 at 07:04:16PM -0400, [EMAIL PROTECTED] wrote: > On Tue, 21 Aug 2007 14:50:42 EDT, John Stoffel said: > > > Now maybe those issues are raised when you have a Linux NFS server > > with Solaris clients. But in my book, reliable NFS servers are key, > > and if they are reliable, 'soft,intr' works just fine. > > And you don't need all that ext3 journal overhead if your disk drives > are reliable too. Gotcha. :)
Err, no. The ext3 journal overhead buys you not needing to fsck after an unclean shutdown, and safety against crap getting written to the inode table on an unclean power hit while the disk drive is writing and the memory goes insane before the DMA engine and disk drive stop working from the voltage on the power supply rails. (Hence my advice that if you use XFS on Linux, make *sure* you have a UPS; on machines such as the SGI Indy they added bigger capacitors to the PSU and a real power fail interrupt, but PC-class hardware is inexpensive/crappy, so it doesn't have such niceties.) - Ted - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/