Prevent external hdd from spinning down


vsub

Member
Local time
1:09 AM
Posts
48
OS
Windows 11
I tried the option in the power plan and I think I tried all I can think of in the device manager but the hdd is still spinning down
Unless that is periodic read(some files are copied into the ram upon read so reading them again have no effect)or write, the hdd will spin down

It's 5TB external Seagate hdd
I am using my laptop as a desktop pc(I never move it) and the laptop have a spare usb port at the back so I want to connect it there and keep it always on as if it's inside the laptop
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    MSI Sword 17 HX
    CPU
    14700HX
    Memory
    16GB
    Graphics Card(s)
    RTX 4070
have you edited these 2 options as well:


Device manager > USB Root Hub > uncheck "allow the computer to turn off this device to save power"

also Run
Code:
control.exe powercfg.cpl,,3
and disable "USB selective suspend setting"
 

My Computer

System One

  • OS
    Windows 11 Pro
Yes,those are the first two things I tried,the hdd spins down after around 4-5 min of inactivity
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    MSI Sword 17 HX
    CPU
    14700HX
    Memory
    16GB
    Graphics Card(s)
    RTX 4070
you can use either of these tools to keep the drive awake:


 

My Computer

System One

  • OS
    Windows 11 Pro
I was hopping for a windows fix,not writing to the hdd to keep it awake
I can already to that with AutoHotKey(I just copy and overwrite an empty txt file parodically and that keeps the hdd on)
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    MSI Sword 17 HX
    CPU
    14700HX
    Memory
    16GB
    Graphics Card(s)
    RTX 4070
you dont have to write to it. take the idea from the second link and just make a command prompt access the drive letter periodically. you can use it in combination with task scheduler to do so (ie - launch cmd minimized, browse to external hdd dir, then exit cmd).
 

My Computer

System One

  • OS
    Windows 11 Pro

My Computers

System One System Two

  • OS
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Asus TUF Gaming F16 (2024)
    CPU
    i7 13650HX
    Memory
    16GB DDR5
    Graphics Card(s)
    GeForce RTX 4060 Mobile
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    512GB SSD internal
    37TB external
    PSU
    Li-ion
    Cooling
    2× Arc Flow Fans, 4× exhaust vents, 5× heatpipes
    Keyboard
    Logitech K800
    Mouse
    Logitech G402
    Internet Speed
    20Mbit/s up, 250Mbit/s down
    Browser
    FF
  • Operating System
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Medion S15450
    CPU
    i5 1135G7
    Memory
    16GB DDR4
    Graphics card(s)
    Intel Iris Xe
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    2TB SSD internal
    37TB external
    PSU
    Li-ion
    Mouse
    Logitech G402
    Keyboard
    Logitech K800
    Internet Speed
    20Mbit/s up, 250Mbit/s down
    Browser
    FF
that writes to the drive. op said they dont want to do that
Yeah, but there is no such thing as a 'Windows fix' for this specific problem AFAIK. I know I could easily set up a task in Task Scheduler that periodically runs HDDScan.exe (from HDDScan for Windows, version 4.1) with the necessary commandline parameters to spin the HDD up, as this causes the Idle Timer countdown of the external USB HDD to be restarted (and causes the countdown to be restarted regardless of whether the HDD is still currently spinning). It's easy because HDDScan for Windows has an option to build the command for you, and that you can then inspect to find out what are the correct commandline parameters to spin up your specific HDD with HDDScan.exe (or to keep it spinning).

But IMO this still wouldn't be a better solution than KeepAliveHD excepting only maybe in situations where the HDD were to be write protected. Either way, periodically writing to the HDD does not reduce its lifespan in any noticeable way. Keeping the HDD spinning could have that effect, though, as this may depend on whether the HDD is designed to run 24/7 or has some certain, specific, limit on how many total hours it can spin, and that you should be able to find in the official datasheet of the HDD. The maximum number of times the HDD can be spun up also has its limits of course, but this doesn't necessarily always mean that keeping the HDD spinning for excessively long periods of time is the best strategy. It depends on the HDD and how you use it.
 

My Computers

System One System Two

  • OS
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Asus TUF Gaming F16 (2024)
    CPU
    i7 13650HX
    Memory
    16GB DDR5
    Graphics Card(s)
    GeForce RTX 4060 Mobile
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    512GB SSD internal
    37TB external
    PSU
    Li-ion
    Cooling
    2× Arc Flow Fans, 4× exhaust vents, 5× heatpipes
    Keyboard
    Logitech K800
    Mouse
    Logitech G402
    Internet Speed
    20Mbit/s up, 250Mbit/s down
    Browser
    FF
  • Operating System
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Medion S15450
    CPU
    i5 1135G7
    Memory
    16GB DDR4
    Graphics card(s)
    Intel Iris Xe
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    2TB SSD internal
    37TB external
    PSU
    Li-ion
    Mouse
    Logitech G402
    Keyboard
    Logitech K800
    Internet Speed
    20Mbit/s up, 250Mbit/s down
    Browser
    FF
I concur that a drive made for such circumstances would be best, ie - nas drive etc. but that’s why I also stated running a command on that drive to keep it going instead of writing. Even something as simple as “dir” will suffice for OPs needs.
 

My Computer

System One

  • OS
    Windows 11 Pro
I concur that a drive made for such circumstances would be best, ie - nas drive etc. but that’s why I also stated running a command on that drive to keep it going instead of writing. Even something as simple as “dir” will suffice for OPs needs.
I suppose you're right, and creating an Action in a new task that repeats itself in Task Scheduler with cmd in Program/script and /c if exist e:\ (exit) (where e:\ is the path to the root of the drive in question) in Arguments would suffice, but as long as we can assume that the HDD isn't going to be write protected, I still don't see much point doing this TBH. If the drive letter changes or you want to disable the task, for example, you either have to dive into Task Scheduler again deeply to make the adjustment or have to write yourself another command/script to make it a breeze, kind of like reinventing the wheel. I will be the first to admit that the latter choice is good for when you want to train your brain muscle, though... :-)
 

My Computers

System One System Two

  • OS
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Asus TUF Gaming F16 (2024)
    CPU
    i7 13650HX
    Memory
    16GB DDR5
    Graphics Card(s)
    GeForce RTX 4060 Mobile
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    512GB SSD internal
    37TB external
    PSU
    Li-ion
    Cooling
    2× Arc Flow Fans, 4× exhaust vents, 5× heatpipes
    Keyboard
    Logitech K800
    Mouse
    Logitech G402
    Internet Speed
    20Mbit/s up, 250Mbit/s down
    Browser
    FF
  • Operating System
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Medion S15450
    CPU
    i5 1135G7
    Memory
    16GB DDR4
    Graphics card(s)
    Intel Iris Xe
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    2TB SSD internal
    37TB external
    PSU
    Li-ion
    Mouse
    Logitech G402
    Keyboard
    Logitech K800
    Internet Speed
    20Mbit/s up, 250Mbit/s down
    Browser
    FF
Back
Top Bottom