Don't confuse head parking with spindown!
Posted Nov 17, 2007 11:22 UTC (Sat) by
anton (subscriber, #25547)
Parent article:
Laptops, power management, and Ubuntu
The article and many comments confuse head parking with spindown:
- The hard disk spindle is spun down to save power (or on switching
the machine off) and is counted by the SMART Start_Stop_Count counter
(ID 4). You can control the spindown timeout with hdparm -S; on many
drives you can also spin down immediately with hdparm -y.
- Head parking without spinning down is done by laptop drives to
make the drive more resilient to shock, and is counted by the SMART
Load_Cycle_Count counter. Head parking alone does not save power.
You can control it on many drives with hdparm -B (which may also have
other effects). The heads are also parked when the drive spins down.
The issue that caused the recent headlines is the head parking. That
issue is not new. It was already old news when
I
first encountered it in 2005.
BTW, given that the hard drive manufacturers fail to provide a
standard interface to control head parking (and the APM feature
(hdparm -B) does not help on some drives), I don't see how anybody but
the hard drive manufacturers can be blamed for parking the head too
often. E.g., my WDC WD400UE-22HCT0 parked the heads every 30s without
caring for disk activity (the spindown timeout is smarter);
fortunately, hdparm -B 254 helped.
(
Log in to post comments)