Page 1 of 1

ST320LT009 330GB still no support in PC3K?

Posted: 26.09.18, 11:12
by osity
Any idea when this drive can be worked with?

Re: ST320LT009 330GB still no support in PC3K?

Posted: 26.09.18, 15:07
by Nick_TS
What is a family of the drive?

Re: ST320LT009 330GB still no support in PC3K?

Posted: 27.09.18, 17:01
by osity
Family Code: 54

We've been waiting over a year since we last inquired about this model.

Re: ST320LT009 330GB still no support in PC3K?

Posted: 27.09.18, 20:26
by Doomer
osity wrote:Source of the post Family Code: 54

We've been waiting over a year since we last inquired about this model.

I've been working on these drives since 2015

Code: Select all

Model: ST320LT009-9WC142                       
Selected Family ID : 54
Heads Count : 2
Julius1.SATA.Gen7_0.Sphinx12.DELL.DT.FIPS.7K2.4K.MC


I can access SA on these but the main problem is data access, if they are locked then the only way to access data is to have original laptop and password

Re: ST320LT009 330GB still no support in PC3K?

Posted: 29.09.18, 19:36
by osity
Dmitriy_TS, Any news?

Dommer: How would I know if it's locked?

Re: ST320LT009 330GB still no support in PC3K?

Posted: 29.09.18, 21:24
by Doomer
osity wrote:Source of the post Dmitriy_TS, Any news?

Dommer: How would I know if it's locked?

ask the customer

Re: ST320LT009 330GB still no support in PC3K?

Posted: 29.09.18, 22:55
by Takanashi_Hina
If a drive is locked by ATA password you will know that simply by quering the drive with the EC ATA command and checking the 512 bytes of data that the drive will output to the buffer.

Any tool even universal tools will detect that a drive is locked by ATA password, no need for any special trick as the format of the reply to the STANDARD ATA command EC is "universal" and standard (not vendor specific) so any tool will do and you don't even need PC-3000 to check if a drive does have the ATA password set on it or not ...

Even Victoria, MHDD, etc can show to you if the drive is locked or not and this of course if you don't want to check manualy the data resulting from the EC query ...

To check output of "EC" ATA command check :

word 128 = 0x0001 -> security supported, not enabled
word 82= 0x346B -> security supported, SMART supported
word 85 = 0x3469 -> security not enabled, SMART enabled
word 85 = 0x0000 -> security not enabled, SMART not enabled

:thumbup:

Re: ST320LT009 330GB still no support in PC3K?

Posted: 01.10.18, 16:14
by Doomer
Takanashi_Hina wrote:Source of the post If a drive is locked by ATA password you will know that simply by quering the drive with the EC ATA command and checking the 512 bytes of data that the drive will output to the buffer.

this drive would be TCG-locked, not ATA-locked
It is still possible to get this information by software just not by PC3K

Re: ST320LT009 330GB still no support in PC3K?

Posted: 01.10.18, 18:35
by osity
I don't get ID.
ctrl+z gives: (1Ah)-TCG Serial Port Disabled


Then terminal goes on with gives:
----------------------------------------------

Seg Read Error at LBA= 003EAB20
Seg Read Error at LBA= 003EDFA0
Seg Read Error at LBA= 003EE400
Seg Read Error at LBA= 003EE860
(S) SATA Reset
--------------------------------------------------

In DE I can read many random sector in the lower LBA of the drive by just clicking on them individually.

Re: ST320LT009 330GB still no support in PC3K?

Posted: 01.10.18, 21:05
by Takanashi_Hina
Doomer wrote:Source of the post
Takanashi_Hina wrote:Source of the post If a drive is locked by ATA password you will know that simply by quering the drive with the EC ATA command and checking the 512 bytes of data that the drive will output to the buffer.

this drive would be TCG-locked, not ATA-locked
It is still possible to get this information by software just not by PC3K


Yes. And by EC you can figure out if the drive do support Trusted Computing (TCG).

Trusted Computing (TCG) supported=48 BOOL 0

Thanks for the clarification.