-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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
[Bug] Incorrect handling of large files / storages #23921
Comments
Both of the topics are linked to the same root cause being
With
So if you have this problem you can fix it by enabling
|
We should start enabling it on non-flash constrained systems. |
Describe the bug
Topic 1:
When handling large files (> 2 GB) unexpected behavior can occur.
The observed behavior in this case was an error reported due to:
No space left on device
when trying to open this file.Topic 2:
Executing
df -h
will report an incorrect size when using an SD card with more than 4GB of storage.To Reproduce
Topic 1:
Try to open a file that is larger than 2 GB. Unexpected errors will show up.
Topic 2:
Execute
df -h
. The reported size will not match the size of the storage.Expected behavior
Topic 1:
Handling files larger than 2 GB shall be possible.
Topic 2:
The command
df -h
shall report the correct size of the storage.Screenshot / Media
No response
Flight Log
No response
Software Version
Flight controller
No response
Vehicle type
None
How are the different components wired up (including port information)
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: