Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

Removing the ATA master password

Writer Andrew Mclaughlin

I was playing around with the ATA security erase on my SSD using hdparm, and I noticed that it works with both user and master passwords. However, I also noticed that invoking a security erase removed the user password, but not the master password, even if I did the erase using the master password. Is there a way I can remove the master password? Don't worry, I didn't forget it; it's a.

2 Answers

MHDD can do this with its DISPWD (disable password) command. You have to unlock it first with the UNLOCK command.

You cannot disable the master password. There is even one set when the drive is manufactured. You can at most set it to empty with NULL in hdparm (see man page for details), though you might not want to try because it can brick the drive.

DISPWD in MHDD does exactly what --security-disable in hdparm does, that is disabling the user password, which will be done after a successful security erase, as mentioned in the OP.

6

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy