[Bug] SFOS 2.1.0.11 Jolla C - sd-card formated with btrfs cannot be mounted
Almost duplicate of this question, but I don't want to necro an old thread.
I basically have the same problem:
- Take a 64GB sd-card and format with btrfs under Linux. 2. Place the sd-card in the Jolla C phone. 3. Go to settings and memory. 4. See there that the sdcard is not mounted but is showing the right format with the status unmounted. 5. Longpress on the icon of the sdcard to open the menu and choose mount. 6. Nothing happens.
Taking cues from this Jolla wiki I've tried opening Developer tools terminal and enter:
mkfs.btrfs -f /dev/mmcblk1
This returns:
bash: mkfs.btrfs: command not found
Should I install btrfs-progs to fix this problem? Or something else?