Skip to content
Snippets Groups Projects
Commit 70dd0db3 authored by Tim's avatar Tim
Browse files

Update faq.md

parent 4bf3f2b7
No related branches found
No related tags found
1 merge request!26Add solution for fs read-only problem to english faq.md
......@@ -39,3 +39,13 @@ We recommend reinforcing the velcro hook side attachment by adding a seam along
## Why should I consider keeping the protective foil on the display?
The display has a polarizing filter on. With the protective foil stuck on top, this filter is disabled. With some sunglasses this has the unfortionate effect that the card10 is difficult to read on your wrist.
## What can I do if the filesystem of my basge is read-only?
tl;dr: `fsck`
One possible reason for a read-only filesystem is a set "dirty-bit".
To change this the linux tool fsck can be used.
First the badge needs to be ejected safely, then it needs to be restartet and put back into "USB storage" mode.
The device should not be mounted. Now `lsblk` can help with finding the correct blockdevice.
Then you can check the filesystem with `fsck /dev/sdX` (replace `sdX` with the correct device).
If neccessary the tool will ask if the "dirty bit" should be removed, this needs to be answered with yes.
After this, the problem should be solved.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment