MabezDev / embedded-fatfs

31 stars 9 forks source link

Invalid '..' entry in the second slot #12

Open MabezDev opened 7 months ago

MabezDev commented 7 months ago

fsck returns

fsck.fat 4.2 (2021-01-31)
/RTB
  Invalid '..' entry in the second slot. Fixing.
/DATA
  Invalid '..' entry in the second slot. Fixing.

Doesn't seem to be critical, but we should fix it.

MabezDev commented 7 months ago

Seems to only affect the root dir, also reproduced on rust-fatfs, so most likely an existing bug.

MabezDev commented 6 months ago

Not fixed via #24, though that definitely was a bug.