Docs Request: Better explain the cases where LFS can be expected to recover in a crash, vs. when it won't · Issue #1102 · littlefs-project/littlefs · GitHub
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that a power reset while the filesystem is mounted is safe. However, if the crash occurs while the write is occurring, it seems that there's a risk of data corruption.
I'd love if these cases of when crashes occur could be expressed in a table, with the expected result and estimated certainty (e.g., are there any cases where it's sorta 50-50 if it's survive)?