NAS - Build a Linux NAS - Power Consumption

Spin down inactive disks

Edit a section in /etc/hdparm.conf for each disk:

/etc/hdparm.conf
/dev/sda {
	spindown_time = 120
}

NOTE: This sets the disks to spin down after 10 minutes of in activity.