View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#8
Do NOT format the internal card, if you do not want to risk to loose all the data, that was ther before the file system became corrupted.

Either: You want to get the files back
You need rootsh installed for this to work
Code:
sudo gainroot
umount /dev/mmcblk0p1
There might be an error message, but continue ignoring it
Code:
fsck -af /dev/mmcblk0p1
If this command succeeds, you should reboot. If there are errors during file system check, please report back with complete error message.

Or: You do not need the files back, because you have a backup or ...
You also need rootsh installed
Code:
sudo gainroot
umount /dev/mmcblk0p1
mkfs.vfat /dev/mmcblk0p1 -n MyDocs
Personal note: A fitting title would have beneftted your thread in drawing attention.

Last edited by michaaa62; 2012-11-29 at 07:44.
 

The Following 3 Users Say Thank You to michaaa62 For This Useful Post: