View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#10
Could be that your FAT32-filesystem indeed is corrupted.
You need rootsh from extras repository installed for this to work from the X-Terminal application:
Code:
sudo gainroot
umount /dev/mmcblk0p1
fsck -af /dev/mmcblk0p1
mount /dev/mmcblk0p1 /home/user/MyDocs
In case of errors please post here.