This is were you format /dev/mmcblk0p1 , because of the missing file system the memory card is noticed as corrupted. First you have to install rootsh again. Then Code: sudo gainroot mkfs.vfat -F32 -s64 -n MyDocs /dev/mmcblk0p1 mount /dev/mmcblk0p1 /home/user/MyDocs
sudo gainroot mkfs.vfat -F32 -s64 -n MyDocs /dev/mmcblk0p1 mount /dev/mmcblk0p1 /home/user/MyDocs