From 70dd0db34fb2aa7253ca64d21824f12054a8201c Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 23 Aug 2019 16:54:50 +0000 Subject: [PATCH] Update faq.md --- en/faq.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/en/faq.md b/en/faq.md index b7487d2..7ed1182 100644 --- a/en/faq.md +++ b/en/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 -- GitLab