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
Hi :D
littlefs currently does not catch when a folder is moved to one of its sub-directories.
This leads to the directory being moved to just disappear.
If I understand this correctly that means in the following example all storage taken up by a file with the path /a/b/file.bin will never be freed after a rename("/a/b", "/a/b/c/d")
I have attached a simple script that describes the issue better than I could in text :)