Check the file system Code: fsck -af /dev/mmcblk0p1 Fsck should identify the file system type. Then, if everything goes well, mount it back to its place Code: mount /home/user/MyDocs -o rw
fsck -af /dev/mmcblk0p1
mount /home/user/MyDocs -o rw