You should know already that you can do this on your own risk/responsibility. No guarantee that this will work in your case.
For removing the password lock you need a live linux cd/stick [I’ve done this using fedora 13 live cd]. Boot the linux and with hdparm -I /dev/sda
you can see the security parameters:
Security:
Master password revision code = 65534
supported
enabled
locked
not frozen
not expired
Tested on western digital WDC WD2500YS:
you should read here about hdparm parameters.
hdparm --security-unlock WDCWDCWDCWDCWDCWDCWDCWDCWDCWDCW /dev/sda
hdparm --security-disable WDCWDCWDCWDCWDCWDCWDCWDCWDCWDCW /dev/sda
You should see smth like:
/dev/sda:
Issuing SECURITY_UNLOCK command, password="WDCWDCWDCWDCWDCWDCWDCWDCWDCWDCW", user=master
/dev/sda:
Issuing SECURITY_DISABLE command, password="WDCWDCWDCWDCWDCWDCWDCWDCWDCWDCW", user=master
after checking with hdparm -I /dev/sda:
you should see:
Security:
Master password revision code = 65534
supported
not enabled
not locked
not frozen
not expired: security count
That means your hard drive is unlocked.
If you see smth like: expired: security count
it means that you have tried more than 3 times invalid password and you should reset(power cicle) the drive.