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/