fat_get_cluster: invalid cluster chain (i_pos 0) – FAT: Filesystem panic (dev
I used an SD memory card for both GPS and taking picuteres. But when I mounted it on my system I got these errors:
[ 90.767650] FAT: Filesystem panic (dev mmcblk0)
[ 90.767660] invalid access to FAT (entry 0x0000f59a)
[ 90.767667] File system has been set read-only
[ 42.252410] FAT: Filesystem panic (dev mmcblk0)
[ 42.252422] fat_get_cluster: invalid cluster chain (i_pos 0)
[ 42.266477] FAT: Filesystem panic (dev mmcblk0)
[ 42.266481] fat_get_cluster: invalid cluster chain (i_pos 0)
There is a solution fo it you can simple preform this command:
fsck.vfat /dev/mmcblk0 -a -w
but for me It took about 5 times after running this command before it was successfull but
at least I could copy and read everything from the memory card
fsck.vfat should be the name of the program?
Thanks,
Gerold
@gerold, thx for pointing it out, fixed the typo
Thanks for thefat_get_cluster: invalid cluster chainost, thix fixed my problem as well.
Thanks for post this fixed my problem as well….
Extremely awesome!
Thanks, it save me too, after I used TestDisk ( http://www.cgsecurity.org/wiki/TestDisk) to recreate boot sector and partition table (I recommend it too.)
Good post, amazing looking blog, added it to my favs!!
This also worked for me. Thanks alot!!!!!