Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › spindown inactive/idle external hdd, ideas › Reply To: spindown inactive/idle external hdd, ideas
03/24/2015 at 20:18
#92502
Participant
Try to use hdparm. The command should be something like…
sudo hdparm -S 60 /dev/sdX
-S 60 => 5*60s = sleep after 300s
If you need a persistent modification open /etc/hdparm.conf and add something like spindown_time = 60. Google should give you more detailed information.