Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fatfs: directory listing corrupt in fat32 #7

Closed
arthurmco opened this issue Dec 6, 2016 · 3 comments
Closed

fatfs: directory listing corrupt in fat32 #7

arthurmco opened this issue Dec 6, 2016 · 3 comments
Labels

Comments

@arthurmco
Copy link
Owner

Somehow, when listing directories in a fat32 fileystem, the fatfs driver load wrong data after some cluster chains.

Might have something to do with #6.

@arthurmco
Copy link
Owner Author

Temporarily fixed this in f73d985, but need to find the real cause -- maybe it's a VMM problem?
Directories and files don't seem to be corrupted.

@arthurmco
Copy link
Owner Author

Note that we don't load the whole fat, but this is more a precaution to not triggering the #6 bug.
Might close this and leave #6 alone?

@arthurmco
Copy link
Owner Author

VMM bug confirmed. Closing, since FAT driver is not guilty.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant