03-06-2014 09:54 AM
I have a MSATA ssd drive intel 525 180gb, I tried to make a secure erase, with linux live cd, for restore performance of SSD, failed secure erase, and now using Intel SSD Toolbox show me in the drive "a Security Freeze Lock is detected and the drive must be power cycled by unplugging and plugging in the drive", is very difficult do this with msata drive and in a laptop. I have tried several programs, without success.
Is There another way to unlock the drive?, I don't have desktop.
Thank you for your help.
regards
Victor
03-06-2014 05:44 PM
Hi Duquev,
The problem is that Windows 7/8 actually prevents us from unfreezing the drive in some situations (unfortunately, I don't have a lot of specifics on that).
You mentioned that you have Linux. Going into sleep in Linux using the pm-suspend command will unfreeze the drive.
Here's a website with good instructions on doing a secure erase in Linux.
http://www.thomas-krenn.com/en/wiki/SSD_Secure_Erase SSD Secure Erase - Thomas Krenn Wiki
03-06-2014 10:55 PM
Right, secure erase with http://www.majorgeeks.com/files/details/parted_magic.html PartedMagic live linux distribution always works for me, like in this http://www.youtube.com/watch?v=udxNL6sCuDQ video guide.
03-07-2014 05:16 AM
For my didn't work in secure erase of parted magic the drive have "*", that said is locked, suspend command nothing do , I'm sick with this, i think i have to buy a msata to usb converter, there is no way to do.
03-07-2014 10:18 AM
Hi Duquev,
It's not recommended to do a Secure Erase when connected via USB
You must have a password on this mSATA drive.
You can unlock your drive using the command:
sudo hdparm --user-master u --security-unlock
Do this before you put the system into sleep. Replace and with your real password and the designator for your drive.
Here's an example assuming the drive is /dev/sda and the password is TEST
sudo hdparm --user-master u --security-unlock TEST /dev/sda
03-07-2014 10:51 AM
Hi, ken-Intel thanks for answer, i don't known the password, i never put the password, in secure erase was "password" when failed erase, is there any way to know what is the key? the drive normally is sdb,
thanks