View Single Post
Posts: 1,048 | Thanked: 1,127 times | Joined on Jan 2010 @ Amsterdam
#2
Sounds like a corrupted file system:

Code:
sudo gainroot
umount /card
fsck -a /dev/mmcblkxpx
mount /card
Where /card as well as /dev/mmcblkxpx need to be specified with the appropriate device pointers.

More info on fsck here:

http://en.wikipedia.org/wiki/Fsck