View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#28
That is how it should be. Let's try to check the file system.
Code:
sudo gainroot
umount /dev/mmcblk1p1
fsck -af /dev/mmcblk1p1
mount /dev/mmcblk1p1 /media/mmc1
 

The Following User Says Thank You to michaaa62 For This Useful Post: