Re: Undo aic7xxx changes (now rc7+aic20030603)

Bernd Eckenfels (ecki-lkm@lina.inka.de)
Thu, 26 Jun 2003 01:04:03 +0200


In article <20030625191655.GA15970@alpha.home.local> you wrote:
> Hmmm no, you're right, I forgot about this case. I think that access time or
> other time-dependant informations may change often enough to make a big diff
> on checksums. I have no more idea at the moment. Or perhaps tar to a disk file
> instead of the tape and check that file :-/

you can cat the tree into md5sums or run md5sums on the tree:

find . -print0 | xargs -0 cat | md5sum

this will only compare file content. You could first dump it to a file and
then md5sum it, if you want to test also writes.

Greetings
Bernd

-- 
eckes privat - http://www.eckes.org/
Project Freefire - http://www.freefire.org/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/