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

RFC Log to RAM to avoid file system corruption #3

Open
lucasrangit opened this issue May 6, 2019 · 0 comments
Open

RFC Log to RAM to avoid file system corruption #3

lucasrangit opened this issue May 6, 2019 · 0 comments

Comments

@lucasrangit
Copy link
Contributor

The counter has been 100% reliable so far but we may have just been lucky. A common failure is SDcard/file system corruption due to incomplete writes. To minimize this, it's recommended to reduce or eliminate writing to flash. It's hard to make the file system read-only but it's easy to redirect frequently written files (e.g. log files) to RAM.

The following project makes setting this up even easier: https://github.com/azlux/log2ram

@uwekamper what do you think of 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