Skip to content
Snippets Groups Projects

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

Merged Tim requested to merge C-Tim/logix:patch-2 into master
1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
+ 10
0
@@ -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
Loading