View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#3
Sometimes a corrupted file system might show these symptoms. A file system check might correct it:
Code:
sudo gainroot
umount /dev/mmcblk0p1
fsck -af /dev/mmcblk0p1
mount /dev/mmcblk0p1 /home/user/MyDocs
If the data was on your external microSD use /dev/mmcblk1p1 as device and /media/mmc1 as mount point accordingly.