View Single Post
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#2
What does
Code:
cat /proc/partitions
from console say ? Also, the output of

Code:
fdisk -l /dev/mmcblk1
might be helpful (careful with fdisk, that's a lowercase -L). You might be simply having a card that is formatted to a different filesystem than expected (i.e. ext2 instead of fat) and that's why the utils think it's broken or unrepairable.

Last edited by attila77; 2009-05-27 at 09:17.
 

The Following User Says Thank You to attila77 For This Useful Post: