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

/serval-var (and maybe others) can get mounted read-only #15

Open
gardners opened this issue Apr 9, 2018 · 2 comments
Open

/serval-var (and maybe others) can get mounted read-only #15

gardners opened this issue Apr 9, 2018 · 2 comments

Comments

@gardners
Copy link
Member

gardners commented Apr 9, 2018

Boot scripts should detect this, and (re)run fsck.ext3 on the file system to fix it, and maybe report an error if it can't be fixed.

@gardners
Copy link
Member Author

gardners commented Apr 9, 2018

... can also happen due to error some time after boot, where it remounts read-only. we should detect and try to fix it, or at least show a "memory stick faulty. please replace"

@gardners
Copy link
Member Author

The re-mount read-only problem has been seen due to USB bus errors causing the kernel to get upset and switch the mount to read-only to protect against corruption.

LBARD has been extended to detect when this happens, and to try to fix it, and if that doesn't work, to mount a temporary RAM disk, so that at least basic operations can continue without USB.

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

No branches or pull requests

1 participant