#92502
gizmo98
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.