View Single Post
Posts: 204 | Thanked: 443 times | Joined on Jul 2012 @ Germany - Potsdam
#2460
Originally Posted by rannari View Post
You could maybe first unmount the card and then mount it again manually to see what kind of error messages you get.
After unmounting you should do a fsck on the partition, that can help to fix the problem. You need developer mode terminal to do it, and you can use the internal jolla mount-sd.sh command to do it right.

open terminal.
type
Code:
 devel-su
 enter password
 ACTION=""; . /usr/sbin/mount-sd.sh
 fsck /dev/mmcblk1p1
 ACTION="add"; . /usr/sbin/mount-sd.sh
 exit
Empty ACTION is for unmount.