-
Notifications
You must be signed in to change notification settings - Fork 73
Description
There is a serious bug in Mac ZFS wherein programs that identify files as duplicates often fail randomly to detect duplicates.
Two such programs are Gemini and Duplicate File Finder.
These programs work perfectly on APFS disks, but on Mac ZFS, they randomly generate false negatives. There is no rhyme or reason as to what duplicated file gets falsely detected not to be a duplicate of its corresponding twin. The md5 hash of the files in question is always the same, so Mac ZFS is not altering the contents of any file. It seems more likely a problem with the iteration of the file/folder directory tree where ZFS is somehow not returning every present file. It's not clear whether this is occurring on either the source or destination directories or both.
This bug is present in 2.16 (Monterey Intel) and at least some earlier builds.