Skip to content
Snippets Groups Projects
Commit 68e7efc1 authored by LogixBot's avatar LogixBot
Browse files

Merge branch 'patch-2' into 'master'

Add solution for fs read-only problem to english faq.md

See merge request !26
parents 4bf3f2b7 70dd0db3
No related branches found
No related tags found
1 merge request!26Add solution for fs read-only problem to english faq.md
Pipeline #3207 passed
......@@ -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.
Please register or to comment