• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Keep one usb drive from sleep

SticKx911

2[H]4U
2FA
Joined
Mar 14, 2004
Messages
3,087
I recently bought a Seagate external 26tb drive to consolidate my plex library to a single drive, but it's starting to cause more problems than it fixed. I suspect it's going into a deep sleep state of some form and leads to long enough delays that plex often just fails to load the videos and requires multiple re tries.

Is there a way to keep this drive "up"? Pulling it from the shell and putting on sata comes to mind, but I hoped there might be setting in windows I missed when I tried to Google it.
 
If you don't find the related setting, you could always write a simple bat/Powershell script to periodically ping the drive.
 
in device manager, set the hub it is on to never power down and turn off selective suspend.
in power settings set "turn off hdd after" to never
try that
 
via technewstoday,

Does your usb drive not have a setting like this?
1772314251506.png
 
If you don't find the related setting, you could always write a simple bat/Powershell script to periodically ping the drive.
This was my first thought. Just a batch file that does something like
D:
dir

And then make a Task Scheduler task and set it to repeat every 10 minutes. Easy and straight forward.
 
Back
Top