relan / exfat

Free exFAT file system implementation
GNU General Public License v2.0
779 stars 176 forks source link

fsck: Empty file must have zero start cluster only if NoFatChain is 1. #161

Open ivanovp opened 3 years ago

ivanovp commented 3 years ago

fsck reports (false positive) error on files which has 0 length, one or more allocated clusters and NoFatChain bit 0. The exFAT specification clearly states that zero-length files shall have no cluster chain only if NoFatChain bit is 1.