MultiDrive – free backup, clone & wipe disk utility from Atola Technology

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 30 posts ]  Go to page Previous  1, 2
Author Message
 Post subject: Re: Seagate hard drive locked
PostPosted: June 6th, 2016, 0:26 
Offline

Joined: May 26th, 2016, 3:11
Posts: 16
Location: America
Well, I finally got a 10ft USB extension cable, but it still does not work. I have the drive hooked up inside my desktop now. Windows XP lists the drive in Device Manager. Everything is the same as before. The data LED on the CP2102 turns green when I plug in the TXC, RXC, and GND pins to the ones on the hard drive. However, once I turn on the computer the data LED shuts off. HyperTerminal shows nothing when I connect to the CP2102. Also, u6dle gives me either "No drive attached. Aborted!" or "Error opening input file 10.bin" as before. One thing I noticed is the desktop detects the drive as 2.1 GB when the CP2102 is connected to it.

I do not think the U6 module based method is for this drive. Also, zu will most likely not work since the only 8-pin chip on the PCB is a "Mosfet and Schottky Diode" and not serial flash memory, If i'm not mistaken. I did a loopback test on this CP2102 and it checked out fine. So, I do not see a need to get another one, unless someone knows that TXC/RXC is not the same as TXD/RXD. Please, if anyone has further suggestions on how I can retrieve the password, let it be known here.


Top
 Profile  
 
 Post subject: Re: Seagate hard drive locked
PostPosted: June 6th, 2016, 12:39 
Offline

Joined: January 8th, 2008, 5:21
Posts: 927
Location: uk
Have you tried tx to rx and rx to tx? Not tx to tx and rx to rx!!!
Also try connecting the tx/rx leads and then power on the drive.


Top
 Profile  
 
 Post subject: Re: Seagate hard drive locked
PostPosted: June 6th, 2016, 13:26 
Offline

Joined: October 24th, 2005, 17:04
Posts: 242
Quote:
Also, zu will most likely not work since the only 8-pin chip on the PCB is a "Mosfet and Schottky Diode"

zu- will work.


Top
 Profile  
 
 Post subject: Re: Seagate hard drive locked
PostPosted: June 7th, 2016, 1:22 
Offline

Joined: May 26th, 2016, 3:11
Posts: 16
Location: America
dick wrote:
Have you tried tx to rx and rx to tx? Not tx to tx and rx to rx!!!
Also try connecting the tx/rx leads and then power on the drive.


Appreciate the help, I had Tx to Tx and Rx to Rx. Now, the data LED blinked green until Windows loaded then it shuts off again.

Moltke wrote:
zu- will work.


Ok, but zu cannot reveal the password, right? I will only try zu if it's impractical to find the password.

Spildit wrote:
No matter what drive you have - module based - ST-10 or F3 Arch YOU MUST HAVE a TERMINAL LOG


Does it matter what the terminal log contains? It takes up to a minute for HyperTerminal to display anything since I hooked up TX to RX and RX to TX, is that typical?

Some of the output from HyperTerminal is as follows: OLS-0, OLS-0,Exit, OLS- 121b8f4, OLS-f84802. What does OLS mean? Why is it 0 or some six to seven digit hex code? I actually got u6dle to work, here is what it does
Code:
AutoDetecting Drive's Initial Baud Rate @9600 bps ...OK!
Setting new baud rate to 57600 ... OK!
Spinning down drive ... OK!

Uploading 10.bin ...key 10
Upload rec #1, CRC=5241h
Uploading completed


I've looked at the 10.bin file in HxD but its not so easy to find the password, please any hints on where it could be?


Top
 Profile  
 
 Post subject: Re: Seagate hard drive locked
PostPosted: June 7th, 2016, 2:22 
Offline
User avatar

Joined: September 8th, 2009, 18:21
Posts: 16954
Location: Australia
AFAICT, the Xbox assigns a unique password to each drive. Therefore, I suspect that the master and user passwords each consist of 32 bytes of binary data.

_________________
A backup a day keeps DR away.


Top
 Profile  
 
 Post subject: Re: Seagate hard drive locked
PostPosted: June 7th, 2016, 4:00 
Offline
User avatar

Joined: September 8th, 2009, 18:21
Posts: 16954
Location: Australia
Try reading sectors 20 and 21 on track 6B.

Quote:
T>/2
2>S006b
2>R20,02


I expect that sector 21 will contain your password, if I understand the following guide correctly:

http://forum.dragonslayer.se/files/ST31 ... nglish.pdf

BTW, if you wish to retain the password, don't use the W20 command. W20 will overwrite sector 20.

WARNING: Terminal commands are CASE SENSITIVE.

_________________
A backup a day keeps DR away.


Top
 Profile  
 
 Post subject: Re: Seagate hard drive locked
PostPosted: June 7th, 2016, 17:46 
Offline
User avatar

Joined: September 8th, 2009, 18:21
Posts: 16954
Location: Australia
Agreed. AISI, the "hack" expects that the password "stuff" will be in sectors 20h/21h on track 6Bh. This may not be true for all firmware versions, so your method would be safer. That's why I asked the OP to avoid writing to the drive.

_________________
A backup a day keeps DR away.


Top
 Profile  
 
 Post subject: Re: Seagate hard drive locked
PostPosted: June 8th, 2016, 1:54 
Offline

Joined: May 26th, 2016, 3:11
Posts: 16
Location: America
fzabkar wrote:
AFAICT, the Xbox assigns a unique password to each drive. Therefore, I suspect that the master and user passwords each consist of 32 bytes of binary data.


Ok, but the 10.bin file is 512 bytes long and since . equals 00 then I see about 146 bytes of empty data. So, the ... is not used in the password and can be ignored, right? Which 64 of the 512 bytes has the master and user password?

fzabkar wrote:
Try reading sectors 20 and 21 on track 6B.

Quote:
T>/2
2>S006b
2>R20,02


I expect that sector 21 will contain your password, if I understand the following guide correctly:

http://forum.dragonslayer.se/files/ST31 ... nglish.pdf

BTW, if you wish to retain the password, don't use the W20 command. W20 will overwrite sector 20.

WARNING: Terminal commands are CASE SENSITIVE.


I have no way of doing this as the parts for that serial interface are unavailable to me. The guide states to type R21,01, why did you put R20,02? What do those commands mean? Is it some kind of machine or assembly language? Also, hyperterminal does not let me type anything or pick up input from the keyboard. I'm using U6 module based unlocking that's posted on this forum.

Spildit wrote:

Please post the 10.bin file here :)


I would, but the Xbox drive is not mine, and owner does not want anything posted about it.


Spildit wrote:
By the look of things U6DLE DID work as the drive is module based, so the password must be inside the module 10 but because it's likely to be in hex and random hex values might not be easy to "read".

If user posts module that he already fetched with u6DEL we can create a file to send with victoria to unlock the drive.


It's good to know that it worked. Most of the other 366 bytes or so are special characters and symbols that can only be typed with a Num Pad and the Alt key codes, I believe.

Please tell me what to do with 10.BIN file so Victoria can unlock it? Can I use the DOS or Windows edition of Victoria?


Top
 Profile  
 
 Post subject: Re: Seagate hard drive locked
PostPosted: June 10th, 2016, 2:21 
Offline

Joined: May 26th, 2016, 3:11
Posts: 16
Location: America
Well, I finally convinced the owner of Xbox drive to let me post the file. But this forum will not have it, says "The extension bin is not allowed" Does anyone know a way around that? In the meantime, I'm going to try every 32 bytes that has any characters from 10.bin as the password. If that fails, then it means the password is not in 10.bin, right?


Top
 Profile  
 
 Post subject: Re: Seagate hard drive locked
PostPosted: June 10th, 2016, 2:59 
Offline
User avatar

Joined: September 8th, 2009, 18:21
Posts: 16954
Location: Australia
ZIP it.

_________________
A backup a day keeps DR away.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 30 posts ]  Go to page Previous  1, 2

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: Google [Bot] and 49 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