This has been discussed on the mailing list before. Quick rundown: "Ordered mode" means that a file's metadata isn't written until after the file's data. On XFS, which doesn't use ordered mode, under certain circumstances you may see files which are the correct size, with correct times, etc, but with only null bytes for the data. In my experience it's not that big a deal; I can almost always easily recreate data which could be lost by being written out just before a crash or power loss. I put important systems on an UPS and use stable kernels, and I've never personally seen the null data problem. Currently, I believe only ext3 and reiserfs support ordered mode. I'm not sure if reiser4's journaling is ordered or not. -- Matt Stegman On Sun, 18 Sep 2005, Tyler wrote: > > Al Boldi wrote: > > >Don't touch anything that doesn't do ordered-mode journaling, especially if > >you use raid, unless your data-consistency requirements don't require this. > > > >XFS is best, but does not support ordered-mode. > >reiser4 is still new. > >ext3 is rock-solid! > > > > Al... you've given us some "do's" .. can you give us some "why's" to go > along with them? :) I would appreciate a run-down with some more > specific info as to what/why. - To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html