View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#25
Please show the content of your partition table again
Code:
sudo gainroot
sfdisk -l /dev/mmcblk0
You might try to check the file system with the repair option
Code:
sudo gainroot
umount /home/user/MyDocs
fsck -r /dev/mmcblk0p1
mount /dev/mmcblk0p1 /home/user/MyDocs