I have an Archos 605 media player that seems to have become corrupted, so I'm trying to run fsck on it. It mounts as a FAT32 hard drive, so I ran

sudo dosfsck -a

and this is what I got:

dosfsck 3.0.7, 24 Dec 2009, FAT32, LFN There are differences between boot sector and its backup. Differences: (offset:original/backup) 65:03/00
Not automatically fixing this. Unable to create unique name

I suspect this means I'm screwed, but I'd appreciate any additional insight from someone who knows more about dosfsck than I do.

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

it sounds like the partition table is screwed up.

Fortunately there is a good linux tool to get it back working
http://en.wikipedia.org/wiki/TestDisk

sudo apt-get install testdisk

the wiki contains a good guide for exactly your problem (recover fat32 partition)
http://www.cgsecurity.org/wiki/TestDisk_Step_By_Step

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.