Discos duros grandes (mas de 128g) en Windows
Para poder hacer visible mi disco duro de 160 g Samsung en Windows 2000 sp4. He insertado en el registro de windows el siguiente código.
To enable 48-bit LBA large-disk support in the registry:
1. Start Registry Editor (Regedt32.exe).
2. Locate and then click the following key in the registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Atapi\Parameters
3. On the Edit menu, click Add Value, and then add the following registry value:
Value name: EnableBigLba
Data type: REG_DWORD
Value data: 0x1
4. Quit Registry Editor.
extraido de: http://support.microsoft.com/default.aspx?scid=kb;en-us;305098&Product=win2000
-----
crea el fichero "discogrande.reg" desde bloc de notas y pega el siguiente código:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\atapi\Parameters]
"EnableBigLba"=dword:00000001
Guardas el fichero y lo ejecutas.
To enable 48-bit LBA large-disk support in the registry:
1. Start Registry Editor (Regedt32.exe).
2. Locate and then click the following key in the registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Atapi\Parameters
3. On the Edit menu, click Add Value, and then add the following registry value:
Value name: EnableBigLba
Data type: REG_DWORD
Value data: 0x1
4. Quit Registry Editor.
extraido de: http://support.microsoft.com/default.aspx?scid=kb;en-us;305098&Product=win2000
-----
crea el fichero "discogrande.reg" desde bloc de notas y pega el siguiente código:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\atapi\Parameters]
"EnableBigLba"=dword:00000001
Guardas el fichero y lo ejecutas.
Comentarios