Sign in with
Sign up | Sign in
Your question
Solved

how turn off hard disk spindle motor by windows command?

Tags:
  • Windows
  • Storage
  • Hard Drives
  • Command Prompt
Last response: in Storage
Share
March 28, 2014 1:35:14 PM

Dears

I have SSD for my boot windows drive , also I have other 1TB Hard disk in my laptop

I'm not using HDD all the time , But it generate a lot of heat and consume my Laptop battery when spindle motor running all the time even not used

how I can turn off hard disk spindle motor in case I don't use it
How I can run it again ?

I need windows command to do it

I try disk offline in diskpart command but not turn motor off

ANy idea about this ?


More about : turn hard disk spindle motor windows command

a c 75 G Storage
March 28, 2014 2:36:40 PM

There's no 'command' to turn off the motor. However, you can go to Control Panel/Power Options/Change Plan settings/Change Advanced Power Settings and set when you want to turn off the hard drive.
m
0
l
March 29, 2014 12:56:19 AM

clutchc said:
There's no 'command' to turn off the motor. However, you can go to Control Panel/Power Options/Change Plan settings/Change Advanced Power Settings and set when you want to turn off the hard drive.


I'm already did that , but this power saving apply on all drives in laptop include SSD and for sure this include OS files and windows 8 always read and write on SSD and this will never stop HDD spindle motor

I read that some guys talking about WMI called SetPowerState which control HDD individually
http://stackoverflow.com/questions/5367065/spin-down-ha...

but it need some programming skills , i don't know more about scripts



m
0
l
Related resources

Best solution

a c 330 G Storage
March 29, 2014 2:42:41 PM

Try experimenting with hdparm (Windows and Linux versions).
Share
March 30, 2014 12:40:19 AM

fzabkar said:
Try experimenting with hdparm (Windows and Linux versions).


Thanks so much @fzabkar

You saved me

I downloaded hdparm tool for windows from this link

https://sites.google.com/site/disablehddapm/


Then I used this command

turn off hard disk spindle motor : hdparm -Y hdb

To turn it on use this command : hdparm -y hdb

And it words good and i'm able to reduce heat and battery consumtion and able to use my HDD on demand

Thanks so much

m
0
l
!