-
-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HDD Spindown Control #1161
Comments
We have no manpower to investigate or implement this, so unless you are going to create a PR yourself. Also I do not see anyone else seconding this feature request. |
Is this not a duplicate of #1145 ? |
+1 |
I also think a spindown function would be very useful. Especially for everyone. who do not access their Nextcloud every day. |
+1 |
I am using hd-idle for this. Works great |
@dotlineX Would you please elaborate on how to use it with Nextcloud? Thanks |
Of course! However, I don't remember exactly how I set it up but it was very basic. It's a very basic tool to be honest. The config file is in /etc/default/hd-idle. It can also log spinup and spindown times. I hope that helps. |
@dotlineX Thank you for the explanation. Will look into it! |
using hd-idle is from what I know also the most efficient way to spin down a hdd as hdparm is not supported by all disks (I remember some wd drives). funny enough hdparm still works sometimes to detect the state of a drive. |
( sorry it is my first created ticket be lenient i am open for constructive criticism )
Can you add the possibility to configure a scheduled HDD Spindown
The Benefits:
-reduce noise
-reduce energy consumption
-increases disk life time
Example
one Tool is hdparm ( there are 2 other programs known to me that can do this hd-idle and sdparm )
edit the configuration file to make hdparm configuration permanent
sudo nano /etc/hdparm.conf
The spindown_time value is multiplied by 5 and you have the total time in seconds. So a value of 120 yields 10 minutes (120*5=600).
sample Entry:
/dev/sda {
write_cache = on
spindown_time = 120
}
The text was updated successfully, but these errors were encountered: