Good day all. Anyone have an idea or guide on how to keep the HDD drive from sleeping so it stays on all the time instead of being woken up and increasing unnecessary counts when data is accessed at times?
I find that increasing count is causing more wear and tear than just keeping the HDD on after boot.
Thanks. I apologise if this thread has been asked or created before. Please forgive me in that regard.
-
Spartan@HIDevolution Company Representative
-
Thanks for that but I have tried it and the HDD still sleeps according to HDD Sentinel. The SSD m.2 drive is my boot drive and the HDD secondary. Those settings dont seem to work for the Secondary drive?
-
Try HDDScan or HDparm.
HDDScan:
Launch, Go to Tools/Create Command line, disable APM and save as a bat file.
Autostart* bat file and add it to scheduler** to launch after sleep.
* - create text file with code, change address of bat file, save as .vbs. Put it in the autostart folder (or to the registry of autostart).
Code:Set WshShell = CreateObject("WScript.Shell") WshShell.Run chr(34) & "D:\HP\HDD\1.bat" & Chr(34), 0 Set WshShell = Nothing
P.S. If HDDScan doesn't work then I will write about HDParm.Last edited: May 4, 2018GreatD likes this. -
will try that.
-
StormJumper Notebook Virtuoso
-
-
-
Often you will find really old drives in servers working well then suddenly fail to spin back up when disconnected. While on the other hand you will find similar drives fail much earlier with spindown enabled.Last edited: May 8, 2018
How do you keep the HDD alive if you using a SSD as your primary boot W
Discussion in 'Windows OS and Software' started by GreatD, May 4, 2018.