One thing you could try, is: connect over serial, kill off the player again (Control^C), and then just try reading all of the tune files. It should eventually die on the one with the bad sector (if any).

Something like this:Code:
  cat /drive*/fids/* /drive*/fids/*/* > /dev/null



Note that this will take many hours to complete. Hopefully it will also print out the name of the bad file, if it finds one.

Cheers


Edited by mlord (05/02/2007 13:44)