Skip to content

Failed to remove empty directory #42

Closed Answered by danielrlewis
l1ndb3ck asked this question in Q&A
Discussion options

You must be logged in to vote

@l1ndb3ck:

Upgrading to Reliance Edge v2.6 will only prevent the directory size bug from occurring in the future. It will not retroactively fix broken directory sizes which already exist on the volume, which is the situation you are describing. ino.pInodeBuf->ullSize should be zero, but it's not because the v2.2 version of RedDirEntryDelete() did not update the size correctly. The v2.6 version of RedDirEntryDelete() has been fixed so that it won't introduce any further instances of this problem, but that doesn't repair any existing directories whose sizes were already broken by the old version of the function.

If the volume is reformatted with v2.6, so that all the directories are recreat…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by l1ndb3ck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants