View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#5
Originally Posted by MohammadAG View Post
Both? There's only one MyDocs partition...
Yes, but there's two FAT tables on the parition (main + backup). If that's showing as corrupt then you'll have to reformat it:
Code:
umount /dev/mmcblk0p1
mkfs.vfat /dev/mmcblk0p1
mount /dev/mmcblk0p1
 

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