Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
linux_faq:ocz_vertex2_rom [2019/02/16 17:50] adminlinux_faq:ocz_vertex2_rom [2019/02/16 19:27] (current) – [Что помогло] admin
Line 1: Line 1:
 +OCZ Vertex2 ES \\
 +Micron - 29F64G08AJABA \\
 +SandForce - SF-1565TA3-SBH \\
 +http://update.ocz.com/firmware/release/sf/p1/15026 \\
 +{{ :linux_faq:15026.zip | OCZ-VERTEX2 EX, S/N - OCZ-OZV966H55884M8KN, fw.ver. 1.37 }}
 +\\
 +\\
 +Суперконденсатор - HZ202, 0.09F, 200mOm, 5.5V \\
 +http://www.hddoracle.com/viewtopic.php?f=95&t=166&p=334 \\
 +https://www.hardmaster.info/faq/razblokirovka-ssd-ocz-vertex-450.html \\
 +http://anadoxin.org/blog/sending-ata-commands-on-linux.html \\
 +http://files.hddguru.com \\
 +http://spritesmods.com/?art=hddhack \\
 +https://ayvan.livejournal.com/39258.html \\
  
 +\\
 +Диск не читается и не пишется. \\
 +В выводе
 +  sudo hdparm -I /dev/sdb
 +  
 +такое:
 +<code>Security: 
 +        Master password revision code = 65534
 +                supported
 +        not     enabled
 +                locked
 +        not     frozen
 +        not     expired: security count
 +                supported: enhanced erase</code>
 +После выполнения **Secure Erase** с помощью **OCZTool** становится так:
 +<code>Security: 
 +        Master password revision code = 65534
 +                supported
 +        not     enabled
 +        not     locked
 +        not     frozen
 +        not     expired: security count
 +                supported: enhanced erase
 +</code>
 +Однако, по прежнему не читается. Экспериментальным путем установлено, что если диск "на ходу" (не выключая компа) отключить, а потом подключить обратно - он начинает читаться и писаться. Как с помощью dd, так и другими методами (форматирование и прочие). НО! есл завершить работу системы штатно, с подключенным диском, а потом систему включить - диск будет **locked**. То есть, он лочится либо на этапе завершения работы системы, либо на  этапе определения диска системой при старте.
 +====== Что попробывал ======
 +  sudo hdparm --user-master m --security-set-pass NULL /dev/sdb
 +  sudo hdparm --user-master u --security-set-pass NULL /dev/sdb
 +  sudo hdparm --security-disable NULL /dev/sdb
 +  sudo hdparm --security-freeze /dev/sdb
 +В итоге стало так:
 +<code>Security: 
 +        Master password revision code = 1
 +                supported
 +        not     enabled
 +        not     locked
 +                frozen
 +        not     expired: security count
 +                supported: enhanced erase
 +</code>
 +Однако, после выключения/включения диск опять залочился.
 +
 +====== Что помогло ======
 +А помогла замена суперконденсатора,а после этого Secure Erase с помощью OCZToolbox.
 +  
 +====== По делу ======
 +https://www.eevblog.com/forum/repair/ocz-vertex-2-ssd-firmware/
 +In order to fix the Vertex 2 when not recognized by the BIOS, you will need the manufacturing tool called mp_tool by Sandforce together with the license file *.lic and the firmware package file *.dst.  All of these are posted in a site in China so use baidu.com to search for it.  The mp_tool is included in an image of 1.2GB or so which you will need to write to a USB drive and boot from the USB drive.  The site that posts the tool included the instruction so follow it.\\
 +\\
 +As far as the Vertex 2 SSD goes, you will need to connect P8 and P9 (the two copper pads in the back of the PCB) when powering it up to force it into manufacturing mode to allow the mp_tool to talk to it via the SATA cable.  So jump those two pads, connect the power cable and after a few second disconnect the two pads because when the mp_tool talks to the drive, at some point in time it will reboot the drive and you don't want to force it into manufacturing mode at that time.\\
 +\\
 +If your drive configuration is not included in the *.lic file, it gets much harder because you will have to modify the mp_tool itself to overwrite things, which I am not going into details beside the fact that the tool is written in python script and you should be able to decompile it and modify the script as you like.\\
 +\\
 +As far as the serial port goes, there is a tool called ecli.exe that will decode the output and display something readable, which might be useful when the mp_tool fail, you could find out why it fail from the serial output.
 +\\
 +\\
 +If you plan on using these SSDs with the Sandforce SF-1200 series controller, it is a good idea to download these tools now and save them somewhere for later since they will probably won't be available forever.  The links below are completely DOWNLOAD AT YOUR OWN RISK!!!!  I recommend using a junk computer for all of these activities since the files are from China so please be very careful using them.\\
 +\\
 +Link to mptool, firmware, and license file download:\\
 +http://pan.baidu.com/s/1m9Oia#list/path=%2FSF1222 \\
 +(Use Tampermonkey browser add-on to download if you don't have a baidu account.  You could copy the link generated by the add-on and use a download manager to connect as many connection as you can at the same time because a connection is normally slow and timeout very quickly before you could download much at all.) \\
 +
 +Russian forum where I got the link above from, it also got the link to the instruction:
 +http://forum.ru-board.com/topic.cgi?forum=84&topic=4797&start=0&limit=1&m=6#1 \\
 +\\
 +Here is the link to the eCLI application used for SF-2000 series, but seem to work fine with SF-1200 series: \\
 +http://www.upantool.com/ssd/tool/sandforce/10232.html \\
 +
 +====== Инстуркция для OCZ Vertex2 60Gb ======
 +http://forum.ru-board.com/topic.cgi?forum=84&topic=5360&start=960#7 \\
 +http://forum.ru-board.com/topic.cgi?forum=84&topic=5360#1
  • linux_faq/ocz_vertex2_rom.txt
  • Last modified: 2019/02/16 19:27
  • by admin