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
July 24th, 2005, 6:46
To Dmitry:
Regarding ERASE & FAST ERASE commands, which one is equivalent to the ATA-specified Security Erase Prepare + Security Erase Unit?
And does it operate in Enhanced Mode?
July 24th, 2005, 12:15
FASTERASE is using security prepare+erase. What is enhanced mode?
July 24th, 2005, 14:52
enhanced mode (in contrast to normal mode which only zero fills) overwrites user data with predetermined data patterns & also overwites those sectors which are no longer in use due to reallocation.
if you still remember the working draft of T3 (doc # T3/1321D, revision 3) for ATA/ATAPI-5, this enhanced erase mode can be initiated by setting bit 1 of WORD 0 for the security password.
can this be done with MHDD FASTERASE?
also, does FASTERASE leaves the drive unlocked when erase is completed? i mean, the one that's equivalent to UNLOCK+DISPWD?
July 24th, 2005, 19:03
I didn't implement enhanced mode. You can use scripts to do that manually.
According to ata/atapi, drive will be unlocked by itself, there is no need to unlock it after successfull erase.
July 24th, 2005, 21:59
Thanks, Master Dmitry.
To be able to do it manually using scripts, it would mean coming up with a COM file for this enhanced feature and invoke it under MHDD using .comfilename, right?
July 25th, 2005, 10:34
Not COM, but just text
Right.
July 25th, 2005, 15:16
please Dmitry? can script UNLOCK drive ignored password?
July 25th, 2005, 15:49
Yes. You have to write a script which will access the system area and get the password from it. You have to get commands for accessing the system area, find where the password is stored, and get it.
July 25th, 2005, 16:06
Dmitry_Postrigan wrote:Not COM, but just text

Right.
You mean an .asm file would do without compiling?
July 25th, 2005, 16:39
I mean mhdd scripring engine (look into the docs)
July 25th, 2005, 17:44
thank you Dmitry mhdd is a very powerful tool!!!
I am lay to access HEALTHY hdd
and it is necessary that the manufacturer supplies information of the model of the hdd I have HITACHI
locked
.
Powered by phpBB © phpBB Group.