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

Handle redundant FAT tables #5

Open
natevw opened this issue Jun 3, 2014 · 2 comments
Open

Handle redundant FAT tables #5

natevw opened this issue Jun 3, 2014 · 2 comments

Comments

@natevw
Copy link
Owner

natevw commented Jun 3, 2014

Right now we're only writing to the first FAT table. There are multiple, that we should keep up to date. (Also FAT32 might need more handling for active/inactive ones?)

@natevw
Copy link
Owner Author

natevw commented Jun 14, 2014

To be honest, I've been really _dis_inclined to correct this given the performance problems we're already having on Tessel. However, "double bookkeeping" here may not add quite as much overhead as initially thinking, really only an extra read+write or so when expanding/truncating files.

@natevw
Copy link
Owner Author

natevw commented Jun 15, 2015

See also #19 for another reason (and presumably guide the approach) to do this.

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

No branches or pull requests

1 participant