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

Re: SEAGATE: Non Standard ATA Master Password

April 8th, 2012, 6:39

Hello, I also have 2 hdd Seagate ST3250312CS (old tv decoder). I make the cable RS232 (MAX232 thank you). In order to use these hdd, remove the password. I understand the principle:

Vendor to Track Seek, Read Track, Copy Bufer Read to Write Buffer, Edit Buffers to First Byte 00, wrote the buffer back to the drive.

With SeDiv, I can not find Track Vendor, the address buffers reads and write. :oops:

If a charitable person could help me, I would be grateful ...
Sorry for my English (thank you goooogle)

Re: SEAGATE: Non Standard ATA Master Password

April 13th, 2012, 12:56

Up :oops:
can you help me for read the vendor track with sediv or not sediv?

Re: SEAGATE: Non Standard ATA Master Password

May 9th, 2012, 6:03

Buldo wrote:Hello, I also have 2 hdd Seagate ST3250312CS (old tv decoder). I make the cable RS232 (MAX232 thank you). In order to use these hdd, remove the password. I understand the principle:

Vendor to Track Seek, Read Track, Copy Bufer Read to Write Buffer, Edit Buffers to First Byte 00, wrote the buffer back to the drive.

With SeDiv, I can not find Track Vendor, the address buffers reads and write. :oops:

If a charitable person could help me, I would be grateful ...
Sorry for my English (thank you goooogle)


I have se same problem with a 5400.6 (sediv support 5400.4..)
Any idea?

Bye!

Re: SEAGATE: Non Standard ATA Master Password

May 20th, 2012, 5:39

how can I find the start address of vendor track ?

Re: SEAGATE: Non Standard ATA Master Password

June 26th, 2012, 8:54

Buldo wrote:Hello, I also have 2 hdd Seagate ST3250312CS (old tv decoder). I make the cable RS232 (MAX232 thank you). In order to use these hdd, remove the password. I understand the principle:

Vendor to Track Seek, Read Track, Copy Bufer Read to Write Buffer, Edit Buffers to First Byte 00, wrote the buffer back to the drive.

With SeDiv, I can not find Track Vendor, the address buffers reads and write. :oops:

If a charitable person could help me, I would be grateful ...
Sorry for my English (thank you goooogle)


can you help me by PM if the response on the forum is indiscreet. Thank you in advance

Re: SEAGATE: Non Standard ATA Master Password

June 29th, 2012, 8:12

how much this service cost me? thank you answer me by pm.

Re: SEAGATE: Non Standard ATA Master Password

March 1st, 2013, 12:20

Hello, i've searched in every command reference, but couldnt find what mean the "G1" command used in the password unlock sequence? thx

Re: SEAGATE: Non Standard ATA Master Password

March 1st, 2013, 19:59

Ok, ty Spildit. I had found the information in the meantime into the file called "seagate diagnostic command.doc"
I was trying to understand this sequence of command her:http://forum.javaxtreme.com/threads/103-Seagate-Diagnostic-Command-List?p=1958&viewfull=1#post1958
i think i got it for the main part.
I still wonder exactly why there is second argument (which is supposed to be the write buffer 40D)...

Im currently trying to download the different modules as explained into the this file, into T level:

Code:
uxx Upload CERT, RWF, CSPT, DEF from Serial Port to Buffer then write from resv

Performs the uploading of files from the reserve tracks. The keys are exact the same as those in the download command.
Code:


When trying to do that each time i got this response:

Code:
T>u1
Command Inactive - No VALID Cert Code Detected

Is this the command supposed to be used to get the different modules of the system area?
Sorry for the maybe noob questions, i'm alone as you are Spildit.

Re: SEAGATE: Non Standard ATA Master Password

March 2nd, 2013, 12:34

Spildit wrote:
int0x13 wrote:I still wonder exactly why there is second argument (which is supposed to be the write buffer 40D)...


To write the "edited" data back to disk.

Addr 0 1 2 3 4 5 6 7 8 9 A B C D E F 10 1 2 3 4 5 6 7 8 9 A B C D E F
081A00 01005365 61676174 65202020 20202020 20202020 20202020 20202020 20202020

In RED you have 01 (password locked) and you want to change it to 00 (without lock) so instead of figuring out the password you edit the address on memory

1>U81A00

Adr 81A00 = 01 --> 00 {Shift+Enter = Save and Edit byte again}
Adr 81A00 = 00 --> {Ctrl+Enter = Save and Edit Next byte}
Adr 81A01 = 00 --> {Enter = Finish}

From 01 to 00

And then you write it back from memory (buffer) to disk (platter).

int0x13 wrote:
When trying to do that each time i got this response:

Code:
T>u1
Command Inactive - No VALID Cert Code Detected



You have to load Cert code first !

CTRL+R on terminal will load CERT.

Sorry but i mean why there is NO second argument in the line:
C3FD,,10
The second argument is supposed to be the destination, buffer, and the manual does not say what it do if you dont put it, by default it is the write buffer?
About the No VALID Cert Code detected, i've tried everything with no solution. CTRL+A CTRL+R and also /1 level and the "r" command. Nothing works.
See by yourself:
Code:
T>u10
Command Inactive - No VALID Cert Code Detected
T>Eng Rev = .0E1
TONKA2 - 1_Disk    3.ADH  02-08-06 16:13 ADH,1H_S_013_M1,4T
CERT Rev = .0B8
.0B8
Mask Rom Rev = M-31
Unique Descriptor = .3M1

T>/1
1>r
VALID Cert Disk Code Detected - Revision # .0B8
1>
1>/T
T>u10
Command Inactive - No VALID Cert Code Detected

The drive is a seagate 7200.9 ST3808110AS. Regards

Re: SEAGATE: Non Standard ATA Master Password

March 2nd, 2013, 19:59

I had the manual thank you, did you read my last post? I just dont understand why the upload module from reserved area, does not work as seen in my example.
By the way, do you read your PM Spildit?

Re: SEAGATE: Non Standard ATA Master Password

June 5th, 2013, 8:03

Hi

Did you ever find the solution to this?

Looks like you are using u instead of U. Commands are case sensitive.

Cheers
Post a reply