Asier Marqués escribió:
Disco duro protegido con contraseña
Archivado como Seguridad, Sistemas
En el antiguo blog enrackados, publiqué un post que fué muy comentado. En él se conseguía quitar la protección de un disco duro que pedia contraseña al arrancar. Decía lo siguiente:
Hace meses me encontre con un problema de hardware poco común. Un usuario no podia arracar su portatil porque le pedia contraseña su disco duro. Muchos de vosotros pensareis que hablo de la tipica contraseña puesta en la BIOS que se quita quitandole la pila a la placa base… pero en este caso el usuario tenia razón.
La contraseña estaba en el disco duro y no en la placa base. Probé con un adaptador IDE de 2,5 a 3,5 poniendo el disco como esclavo y metiendolo en una caja usb pero nada… el disco era inaccesible.
Después de buscar y buscar por los abismos de google encontré un hilo en experts-exchange que hablaba sobre el tema.
El hilo me llevo a este sitio web
Los pasos para quitar la contraseña fueron los siguientes
* Descargarme el crack atapwd (de Alex Mina, al parecer de origen ruso)
* Crearme un diskette bootable con el atapwd.exe en él
* Poner el disco duro del portatil en el IDE 2 de mi equipo como master con un adaptador IDE de 2,5″ a 3,5″
* Iniciar el equipo desde el diskette y correr el atapwd.exe
* Seleccionar el disco con contraseña y darle a enter en el menu. En mi caso era un Hitachi pero existe éste problema también en discos Fujitsu.. las soluciones:
o Para Fujitsu: Elegir “unlock with user password“, y después “disable with user password“. No poner nada como contraseña y pulsar enter
o Para Toshiba y Hitachi, si lo con la solución de Fujitsu no funciona: elige “unlock with master password“, y entonces “disable with master password“. la contraseña es todo espacios
* El disco ya esta desprotegido.. solo queda reiniciar
Publicado originalmente en su blog http://asiermarques.com/2007/05/06/...-con-contrasena
atapwd.exe http://www.asiermarques.com/wp-cont...-disco-duro.zip
La miniguia anterior esta basada en este post de rockbox.org en el cual se puede hacer tambien desde Linux el proceso.
rockbox.org escribió:
Unlocking a password protected harddisk
During development of the Rockbox firmware, on several occations the harddisk has become locked, i.e. password protected. This results in the Archos displaying:
Part. Error
Pls Chck HD
We are still not 100% sure why it happened. Theories range from low-power conditions to accidental chip select failure. It has also happened for normal users, using the standard Archos-supplied firmware, although it was more frequent for us developers.
Note: None of us developers have experienced this problem since march 2002.
We do however know how to unlock the disk:
Windows/DOS unlock
Note: This requires taking the Archos apart, which will void your warranty!
1. Grab atapwd (written by Alex Mina)
2. Create a bootable DOS floppy disk, and put atapwd.exe on it
3. Remove the harddisk from your Archos and plug it into a laptop (or a standard PC, using a 3.5" => 2.5" IDE adapter)
4. Boot from the floppy and run atapwd.exe
5. Select the locked harddrive and press enter for the menu
6. For Fujitsu disks: Choose "unlock with user password", then "disable with user password". The password is empty, so just press enter at the prompt.
7. For Toshiba and Hitachi disks, if the above doesn't work: Choose "unlock with master password", then "disable with master password". The password is all spaces.
8. Your disk is now unlocked. Shut down the computer and remove the disk.
Big thanks to Magnus Andersson for discovering the Fujitsu (lack of) user password!
There is also a program for win32, ArchosUnlock.exe, that creates a linux boot disk with the below mentioned patched isd200 driver.
Linux unlock
For those of us using Linux, we have written an isd200 driver patch for unlocking the disk. This modified driver will automatically unlock the disk when you connect your Archos via USB, so you don't have to do anything special. Apply the patch to a 2.4.18 linux kernel tree.
Still locked?
If the above suggestions don't work, here's some background info about the disk lock feature:
The disk lock is a built-in security feature in the disk. It is part of the ATA specification, and thus not specific to any brand or device.
A disk always has two passwords: A User password and a Master password. Most disks support a Master Password Revision Code, which can tell you if the Master password has been changed, or it it still the factory default. The revision code is word 92 in the IDENTIFY response. A value of 0xFFFE means the Master password is unchanged.
A disk can be locked in two modes: High security mode or Maximum security mode. Bit 8 in word 128 of the IDENTIFY response tell you which mode your disk is in: 0 = High, 1 = Maximum.
In High security mode, you can unlock the disk with either the user or master password, using the "SECURITY UNLOCK DEVICE" ATA command. There is an attempt limit, normally set to 5, after which you must power cycle or hard-reset the disk before you can attempt again.
In Maximum security mode, you cannot unlock the disk! The only way to get the disk back to a usable state is to issue the SECURITY ERASE PREPARE command, immediately followed by SECURITY ERASE UNIT. The SECURITY ERASE UNIT command requires the Master password and will completely erase all data on the disk. The operation is rather slow, expect half an hour or more for big disks. (Word 89 in the IDENTIFY response indicates how long the operation will take.)
http://www.rockbox.org/lock.html
http://www.ws64.com/archos/ArchosUnlock.exe
http://www.rockbox.org/mail/archive.../01-isd200.diff
Espero sinceramente nunca les haga falta necesitarla.



















