View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#2
Why don't you try a search on memory card corrupted to find the code to fix this
Code:
sudo gainroot
umount /dev/mmcblk0p1
Should give you an error, because nothing mounted, but still do it for safeties sake.
Code:
fsck -af /dev/mmcblk0p1
mount /dev/mmcblk0p1 /home/user/MyDocs
There are corruptions that may not get fixed that easy, so if things fail please post your errors here.