On Mon, Jul 25, 2016 at 09:55:06PM -0700, Christian Kujau wrote: > On Mon, 18 Jul 2016, Theodore Ts'o wrote: > > system corruption detected earlier. The problem is people > > unfortunately run with their file systems set to errors=continue, > > The first thing I do after creating an ext4 fs is to set this to > errors=remount-ro :-) > > Isn't "remount-ro" was XFS is doing when it detects an error? No, XFS shuts down and prevents all further access to the filesystem when it hits a corruption that it can't continue onwards from. This is not optional in XFS - to continue after such a corruption is detected will only make the corruption worse.... Cheers, Dave. -- Dave Chinner david@xxxxxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html