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
sudo gainroot sfdisk -l /dev/mmcblk0
sudo gainroot umount /home/user/MyDocs fsck -r /dev/mmcblk0p1 mount /dev/mmcblk0p1 /home/user/MyDocs