Solved zfs copy corrupt file before deleting?

Hello,

I've got the following zfs error: "Permanent errors have been detected in the following files"

Is there any way to force ZFS to permit dirty read to allow me to copy the file to another drive?
 
Looks like it can be disabled for the entire data set with zfs set checksum=off. This will work in my case as it's my last piece of data that I'm going to recover before nuking the pool.

To anyone who's reading this to do something similar: be sure you're aware of the ramifications.
 
Back
Top