Switch to full style
Data recovery and disk repair questions and discussions related to old-fashioned SATA, SAS, SCSI, IDE, MFM hard drives - any type of storage device that has moving parts
Post a reply

Unlocking ATA Password for Western Digital too, please help

February 7th, 2010, 20:21

hello,im new in hthis forum, I have an xbox hard drive that its locked, i dont have the eprom or a way to get the eprom and the master passwords TEAMASSEMBLY or XBOXSCENE, WDCWDCWDCWDCWDCWDCWDCWDCWDCWDCWD,WDCWDCWDCWDCWDCWDCWDCWDCWDCWDCW, dont work, im trying solutions like o the other topic
Code:
http://forum.hddguru.com/unlocking-ata-password-for-western-digital-t8374-20.html

like using this script
Code:
;script name: read md
;reads md 02 on WD marwell drives
;
reset
waitnbsy

regs = $45 $0b $00 $44 $57 $a0 $80
waitnbsy

regs = $d6 $01 $be $4f $c2 $a0 $b0
waitnbsy
checkdrq
sectorsfrom = cs.bin

regs = $d5 $01 $bf $4f $c2 $a0 $b0
waitnbsy
checkdrq
sectorsto = 21.bin

regs = $d5 $01 $bf $4f $c2 $a0 $b0
waitnbsy
checkdrq
sectorsto = 22.bin

; end

together with
Code:
0x000  08 00 01 00 02 00 00 00 00 00 00 00 00 00 00 00   ..................................................................................................
0x1f0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

problemits when i try tu use the script the MHDD app tells me im using the wrong script, that it should be 1.1, the way i created the script was using a text editor , can someone help me create a correct script to use, im using MHDD 4.6 wich i believe its on Hirens.BootCD.10.1, thanks for any help.

Re: Unlocking ATA Password for Western Digital too, please help

February 9th, 2010, 13:23

unlocking-ata-password-for-western-digital-t8374.html

read this post you can follow it here and should be all you need.
Post a reply