Wie in #4 schon geschrieben, kann man das Power Management mit SMARTCTL ändern.
Eine Festplatte, die KEIN Power Management hat, gibt es nicht! Es wird bei Dir ausgeschaltet sein.
Du brauchst smartmontools-5.43-1.win32-setup.exe, da ist es enthalten.
http://smartmontools.sourceforge.net
Befehlsliste:
smartctl -h
Einige Beispiele:
smartctl -g apm C:
APM feature is:
Disabled
--------------------------------------------------------------------
smartctl -s apm,off C:
APM
Disabled
--------------------------------------------------------------------
smartctl -s apm,1 C: <-- empfehlenswert für Dich!
APM set to level
1 (minimum power consumption with standby)
--------------------------------------------------------------------
smartctl -s apm,64 C:
APM set to level
64 (intermediate level with standby)
--------------------------------------------------------------------
smartctl -s apm,128 C:
APM set to level
128 (minimum power consumption without standby)
--------------------------------------------------------------------
smartctl -s apm,192 C:
APM set to level
192 (intermediate level without standby)
--------------------------------------------------------------------
smartctl -s apm,254 C:
APM set to level
254 (maximum performance)