Comment 64 for bug 1906476

Revision history for this message
Harshal Prakash Patankar (pharshalp) wrote (last edit ):

I understand that "zpool scrub" isn't going to show any errors for this type of corruption. So, to check if any of the files in a given directory were corrupted, would it be sufficient to run "sudo find ." and check if the command returns without any error or without getting stuck at a file?

--- UPDATE based on the comment below ---
Would it be sufficient to run "sudo find . -exec stat {} +" and check if the command hangs? If it doesn't, would it imply that no files were corrupted?