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

Trying to write file greater than 32KiB to filesystem, causes it to get corrupted. #101

Open
MatiF100 opened this issue Dec 4, 2021 · 1 comment
Labels
bug Something isn't working critical This one needs to be resolved as quickly as possible
Milestone

Comments

@MatiF100
Copy link
Collaborator

MatiF100 commented Dec 4, 2021

Caused by stream size being limited to 32KiB, and getting flushed when reaching the limit. After the flush system overrides contents of the file instead of appending to already existing data. Possible workaround: increase constant limiting stream size (will only work temporalily)

@MatiF100 MatiF100 added the bug Something isn't working label Dec 4, 2021
@MinusPL MinusPL added this to the MicrOS v1.3 milestone Dec 19, 2021
@MinusPL MinusPL added the critical This one needs to be resolved as quickly as possible label Feb 12, 2023
@MinusPL
Copy link
Collaborator

MinusPL commented Nov 16, 2023

Probably fixed by changes that are comming to fix/ata_pio_improvements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working critical This one needs to be resolved as quickly as possible
Projects
None yet
Development

No branches or pull requests

2 participants