syncloud / platform

Run popular services on your device with one click
https://syncloud.org
GNU General Public License v3.0
401 stars 40 forks source link

Add hdparm support for RasPi3 #241

Closed Yury-MonZon closed 3 years ago

Yury-MonZon commented 7 years ago

Could be useful to have hdparm installed and setup to spin down. Also, some users would prefer using acoustic mode.

sudo apt-get install hdparm -y sudo cat >/etc/hdparm.conf<<EOF /dev/sda { write_cache = on spindown_time = 120 }

EOF

cyberb commented 3 years ago

I’m closing this issue because it has been inactive for a few months. Please reopen if you have more info. Thank you!