I am running a windows 2008 server and trying to manage its power such that the system drive should stop if not used for 10 min. My all of other power settings including on my backup drive work except this one and same is behavior on my Win 7 workstation.
Is it something blocked by the OS or I am doing some mistake?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
|||||
|
migrated from stackoverflow.com May 20 '10 at 17:11
|
You'll notice there is no way to specify the OS drive. If you set windows to power down disks after 10 mins windows will power down any unutilized disk. If it's not powering it down it's because it's being used. |
|||||
|
|
Agree with Jim B and Chris S that it is in use, and that is (usually) a good thing on servers. If however you wanted to pursue the "what exactly is using the disk" question, then ProcMon with a filter on PATH should get you the information you need. |
|||
|
|