All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 897 posts ]  Go to page Previous  1 ... 9, 10, 11, 12, 13, 14, 15 ... 45  Next
Author Message
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: March 12th, 2011, 21:07 
Offline

Joined: March 12th, 2011, 21:01
Posts: 1
Location: Pennsylvania
First of all thank you to all the replies on this post, it gave me a jumping off point for recovery of this HDD. On to the business, it was never my intention to post for help with the issue however I am stuck. I've tried various segments of the Hex file with no luck to unlock the drive. I've seen forum members help others after they've posted there dump so here I am.

Thanks in advance for any help with the situation.


Attachments:
File comment: 22.bin file
hex-bin22.png
hex-bin22.png [ 53.91 KiB | Viewed 19443 times ]
Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: March 22nd, 2011, 2:48 
Offline

Joined: March 22nd, 2011, 2:27
Posts: 5
Location: Glendale, CA
So I have my own drive (WDC WD2500BEVT-22A23T0) that I am just trying to learn to do this on. I have set the password to be 'money' (without the quotes) but I can't seem to find the sequence of hex characters that match that password anywhere in the files generated by mhdd (I ran '.script' in mhdd and it gave me 21.bin and 22.bin(included)). Mhdd was run from a floppy drive on my laptop.(using what I suppose to be the last usb floppy drive in at least my zip code ;) ) according to the ascii table at: http://flint.cs.yale.edu/cs422/doc/art- ... APNDXC.PDF the sequence of hex I should be looking for is : 32 18 31 12 15 (m-o-n-e-y). Am I missing some kind of conversion that I have to do to the hex in order to be looking for the right thing? Or is the MHDD script not giving me the right stuff? Thanks in advance for any words of wisdom on this.

-Sean


Attachments:
File comment: 21.bin and 22.bin files
22.zip [836 Bytes]
Downloaded 767 times
Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: March 23rd, 2011, 5:58 
Offline

Joined: March 22nd, 2011, 2:27
Posts: 5
Location: Glendale, CA
Ok, so it looks like the reason that i am not finding the right string of hex numbers in my output is because the script I am using is not using the right offset. I say this because it seems like everyone else here gets their password from the part that comes after the model number of the hdd. unfortunately my dumps are ending just almost exactly after the part where the hard drive model is shown. If I can find which register to change in the script so that the offset is correct, then I should be able to find the password I'm looking for. Can someone here please tell me if I'm on the right track? Can you tell me where to go to read up on how the regs= commands (in the mhdd scripts) work in relation to offsets. I can't seem to find documentation of it any of the ATA specs I've found. any help is appreciated.


Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: March 23rd, 2011, 13:01 
Offline

Joined: July 18th, 2006, 3:05
Posts: 7474
Location: ITALY
No it's because the 'script' doesn't work on ALL drives.


Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: March 23rd, 2011, 13:16 
Offline

Joined: March 22nd, 2011, 2:27
Posts: 5
Location: Glendale, CA
I understand that, so will changing the 'regs= $50 $otherStuff' commands ( in 'script') correctly allow me to change the offset such that the .bin output will show me the hex containing my password? I'm pretty sure that 'script' will work as beatniche (above my post) has been able to get the right output (with correct offset) with the same drive model I have. for some reason, my 22.bin output is only going to about the middle of where beatniche's goes. thanks for your reply.


Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: March 24th, 2011, 19:02 
Offline
User avatar

Joined: May 5th, 2004, 20:06
Posts: 2782
Location: England
Your drive WD2500BEVT-(22A23T0) is not the same as beatniche

_________________
All went well until I plugged the drive in.


Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: March 24th, 2011, 20:10 
Offline
User avatar

Joined: September 8th, 2009, 18:21
Posts: 15538
Location: Australia
The OP has informed me that he has successfully retrieved his password by fetching the next sector, as follows:

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

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

; end

_________________
A backup a day keeps DR away.


Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: March 26th, 2011, 23:24 
Offline

Joined: March 22nd, 2011, 2:27
Posts: 5
Location: Glendale, CA
Yes, Thanks fzabkar. I did intend to post that soon but looks like you beat me to it. Looks like WD must be moving the location of the password depending on the iteration of the particular hard drive model. Either that or the exact location of the password for a given model depends on what state or country the drive is sold in. At any rate, thanks for the help!


Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: March 27th, 2011, 8:07 
Offline
User avatar

Joined: May 5th, 2004, 20:06
Posts: 2782
Location: England
Interesting password "money" ;o)

_________________
All went well until I plugged the drive in.


Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: March 28th, 2011, 18:15 
Offline

Joined: March 22nd, 2011, 2:27
Posts: 5
Location: Glendale, CA
guru wrote:
Interesting password "money" ;o)

thanks, just the first one that came to mind when I was setting it. :)

As a side question, where is the HPA physically located? is it in firmware, or physically on the platters in a special section of the drive? I'm wondering if the drive would still be protected with the same password if I were to take a dd image of it and transfer it to either a identical physical drive or to a "identical" virtual drive.


Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: March 28th, 2011, 18:58 
Offline
User avatar

Joined: September 8th, 2009, 18:21
Posts: 15538
Location: Australia
You appear to be confusing HPA with SA.

A HPA (Host Protected Area) is created when you truncate your drive. It occupies those sectors between the end of the truncated user area and the end of the original user area.

http://en.wikipedia.org/wiki/Host_protected_area

The ATA password lives in a "ROM module" in the SA (System Area) of the drive, not in a HPA.

See this thread:
newbie-info-from-and-for-newbies-about-firmware-etc-t6562-20.html

_________________
A backup a day keeps DR away.


Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: March 30th, 2011, 10:02 
Offline

Joined: March 30th, 2011, 9:52
Posts: 2
Location: CityVille
Hi all wonderful community
I just found this community, and I have sitting here a WD HDD 160GB for a year or more. I have changed a customers IBM laptop HDD as this one was locked, and he gave me the locked one as he said that he don't need it. Now I was searching in Google for a way to unlock this Harddrive and found this community. My problem is that I cannot unlock or find the password for this drive at all with all the tools mentioned in this thread (I read the whole thread). I have also paid hddunlock.com service as they say that this model is supported WD1600BEVS, but when I tried it it displayed an error code saying that this model is supported, but the current firmware version on the HDD is not supported. The exact model is: WD1600BEVS-08VAT1 na dthis harddrive was on a IBM notebook. I don't need any data from this harddrive, nor I am in need for any amount of money that this HDD has, but I am just curious to unlock it..

I have tried MHDD from Hirens Boot USB flash drive, but it always says Error using .dump and .dump2 scripts. I have also tried the MAVR_R program as this HDD has Marvell chipset but even MAVR_R doesn't create any .MOD file from this HDD. ZU doesn't work at all, while ZU and using an unlocked WD250BEVT drive reads the drive successfully and says that No Locks Found.


Any advice?

Thanks


Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: March 30th, 2011, 10:08 
Offline

Joined: March 30th, 2011, 9:52
Posts: 2
Location: CityVille
I have a WD160BEVS hdd locked sitting here for months or years and I am curious to unlock it, but none of the tools in this thread are working. MHDD using .dump and dump2 scripts report errorr, and ZU doesn't work also. Even MAVR_R doesn't read my HDD. Furthermore I have also paid for hddunlock.com service and after connecting the HDD they say that this specific firmware version is unsupported. Does anybody have an idea, or is it a strong security drive as it was coming from IBM laprtop. I don't need any data, I just am curios how to unlock it.

Thanks in advance for your ideas


Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: March 30th, 2011, 16:08 
Offline

Joined: August 26th, 2010, 23:04
Posts: 27
Location: Russia
try ZU betta 1.1 http://www.ihdd.ru/forum/pomogite-sovet ... 74-60.html
alex_37


Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: April 11th, 2011, 13:33 
Offline

Joined: April 11th, 2011, 13:29
Posts: 2
Location: United States
I have an external WD laptop USB hard drive(Model WDBABM0010BBK-00). Is there anyway to unlock those drives? Will all local computer shops be able to unlock the drive? I need to unlock this without loosing the data. Is that possible?


Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: April 11th, 2011, 22:36 
Offline
User avatar

Joined: September 8th, 2009, 18:21
Posts: 15538
Location: Australia
Model # WDBABM0010BBK belongs to a 1TB My Passport Essential. Is the USB-SATA bridge integrated onto the drive's PCB, or is there a separate bridge board inside the enclosure?

_________________
A backup a day keeps DR away.


Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: April 12th, 2011, 8:33 
Offline

Joined: April 11th, 2011, 13:29
Posts: 2
Location: United States
fzabkar wrote:
Model # WDBABM0010BBK belongs to a 1TB My Passport Essential. Is the USB-SATA bridge integrated onto the drive's PCB, or is there a separate bridge board inside the enclosure?


Unfortuneatly, there is just a single usb connection on a board that appears to be part of the hard drive itself. There is no SATA connection at all. I guess that means I can't recover the data then right?

I am thinking about just formatting the drive and then trying to recover some of the deleted data. Would that work? It should unlock the drive and not overwrite everything. That is the only last ditch effort I can think of.

Would creating an ISO image of the drive work or will that still have the security on there?


Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: April 16th, 2011, 3:36 
Offline
User avatar

Joined: September 8th, 2009, 18:21
Posts: 15538
Location: Australia
mpgxsvcd wrote:
I am thinking about just formatting the drive and then trying to recover some of the deleted data.

I don't know where the password is stored, but if it is a standard ATA password, then it will be written to a reserved System Area on the platters. Unfortunately, to gain SATA access to the drive, you will need to do some microsurgery.

http://www.datarecoverytools.co.uk/2010 ... tor-suite/

_________________
A backup a day keeps DR away.


Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: May 15th, 2011, 10:51 
Offline

Joined: May 15th, 2011, 10:36
Posts: 8
Location: Latvia
Hello guys! I understand youŗe pretty fed up with annoying "check my bin.22" But I have no choices left to ask you, could you, please, check my 22?:(( I have WD1600BEVS with security:high I have tried everything I had found here: ZU, MAVR_R, HDA2, WDC of 32 symbols. None of the methods worked out for me. Finally, I've managed to dump bin.22, but it seems very strange, cause I have no Alt Gr on my keyboard, so I've tried some hex to ASCII converters on the internet, but the result didn't make any sense, cause of its "illogical" matter. Could you check it, and help me with psw, or, at least just point at the right hex in my .bin. I appreciate in advance!


Attachments:
bevs.jpg
bevs.jpg [ 207.37 KiB | Viewed 49322 times ]
Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: May 15th, 2011, 12:28 
Offline

Joined: May 15th, 2011, 10:36
Posts: 8
Location: Latvia
The psw is retrieved! :) Thank you for such a great thread!:)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 897 posts ]  Go to page Previous  1 ... 9, 10, 11, 12, 13, 14, 15 ... 45  Next

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 174 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group