Solved Zpool scrub shows a few checksum errors

I deleted the files with erroneous checksums (they were luckily not important) . Currently the pool reports as:
Code:
zpool status -xv
Message ID: ZFS-8000-8A : Some filesystem data is corrupt...
errors: Permanent errors have been detected in the following files:
         ZUSB/x:<0x98112>
        ZUSB/x:<0x98114>
        ZUSB/x:<0x9811f>
        ZUSB/x:<0x98162>
        ZUSB/x:<0x9816b>
        ZUSB/x:<0x9806c>
        ZUSB/x:<0x9807c>
...
 
I had done by accident very "dirty/nasty" things to the drive using "dd".
It's even ok that 99.9% of the data survived. I'll do a scrub , pump over the data and reformat completely.
 
Interesting enough.
After a scrub of two days, 0bytes where repaired by zfs, i.e. no redundancy in the filesystem (for data) for a 1-disk system.
But i have a list of files with checksum errors (i used skein), which is also interesting to know.
 
Back
Top