On Tue, Sep 24, 2013 at 10:57:24AM -0400, Theodore Ts'o wrote: > On Mon, Sep 23, 2013 at 11:00:09PM +0100, Mike Fleetwood wrote: > > > > Here's a couple of integrity checking tools to consider: > > tripwire - http://sourceforge.net/projects/tripwire/ > > aide - http://aide.sourceforge.net/ > > I use cfv myself to create checksum files. Note that using CRC > checksum is plenty if you are just worried about random corruption > caused by hardware errors (i.e., memory bitflips, hard drive hiccups). And if one truly wanted hashes instead of checksums, it might not take more than some light scripting around find and shasum -c. KISS, and all that. - z -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html