On Wednesday 17 August 2005 16:15, Baldur Sigurpsson wrote: > >>Indeed, very secure. If I've physical access to your laptop, all I > >>need is a screwdriver to open it, pull out the disk and connect it > >>to another machine.
excerpted from http://www.rockbox.org/lock.html =================== Still locked? If the above suggestions don't work, here's some background info about the disk lock feature: The disk lock is a built-in security feature in the disk. It is part of the ATA specification, and thus not specific to any brand or device. A disk always has two passwords: A User password and a Master password. Most disks support a Master Password Revision Code, which can tell you if the Master password has been changed, or it it still the factory default. The revision code is word 92 in the IDENTIFY response. A value of 0xFFFE means the Master password is unchanged. A disk can be locked in two modes: High security mode or Maximum security mode. Bit 8 in word 128 of the IDENTIFY response tell you which mode your disk is in: 0 = High, 1 = Maximum. In High security mode, you can unlock the disk with either the user or master password, using the "SECURITY UNLOCK DEVICE" ATA command. There is an attempt limit, normally set to 5, after which you must power cycle or hard-reset the disk before you can attempt again. In Maximum security mode, you cannot unlock the disk! The only way to get the disk back to a usable state is to issue the SECURITY ERASE PREPARE command, immediately followed by SECURITY ERASE UNIT. The SECURITY ERASE UNIT command requires the Master password and will completely erase all data on the disk. The operation is rather slow, expect half an hour or more for big disks. (Word 89 in the IDENTIFY response indicates how long the operation will take.)