Thread: Bad microSD
View Single Post
Posts: 139 | Thanked: 97 times | Joined on Nov 2010 @ United States
#5
Originally Posted by michaaa62 View Post
There is not much evidence that the phone itself is affected. The dmesg output just shows errors for one partition. This might further indicate to the external card, may be just this one partition being corrupted. Try to fsck the partition, possibly with repair options.
Code:
sudo gainroot
umount /dev/mmcblk1p6
fsck -af /dev/mmcblk1p6
fsck -r /dev/mmcblk1p6
Remount the partition to check for errors in kernel messages again.
The partition has corrupted multiple times, and fsck was not able to help, the only solution was to re-create the fs, which would work for a while, until I actually tried to use it (eg: apt-get upgrade in easy debian) and then it would corrupt.