On Sep 28, 2009, at 2:41 PM, Albert Chin wrote:

Without doing a zpool scrub, what's the quickest way to find files in a filesystem with cksum errors? Iterating over all files with "find" takes
quite a bit of time. Maybe there's some zdb fu that will perform the
check for me?

Scrub could be faster, but you can try
        tar cf - . > /dev/null

If you think about it, validating checksums requires reading the data.
So you simply need to read the data.
 -- richard

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to