#define _PAGE_ Unlocking a password protected harddisk #include "head.t"
During development of the Rockbox firmware, on several occations the harddisk has become locked, i.e. password protected. This results in the Archos displaying:
Part. Error Pls Chck HD
We are still not 100% sure why it happens. Theories range from low-power conditions to accidental chip select failure. It has also happened for normal users, using the standard Archos-supplied firmware, although it's more frequent for us developers.
We do however know how to unlock the disk:
Note: This requires taking the Archos apart, which will void your warranty!
Big thanks to Magnus Andersson for discovering the Fujitsu (lack of) user password!
For those of us using Linux, we have written an isd200 driver patch for unlocking the disk. This modified driver will automatically unlock the disk when you connect your Archos via USB, so you don't have to do anything special. Apply the patch to a 2.4.18 linux kernel tree. #include "foot.t"