Suspends disks on bootup.
The best way to handle the many disk situation would be to use PUIS (power up in standby) but since many consumer grade mainboards do not support that standard, this is the way to go.
I created a systemd template unit file which you can then use to suspend any disk based on its UUID.
su -c'./setup.sh'ls -al /dev/disk/by-uuid/Pick the disk you want to suspend.
su -c'systemctl enable autosuspenddisk@5.....9-8..4-4ff3-4..a-6..........8'
su -c'systemctl start autosuspenddisk@5.....9-8..4-4ff3-4..a-6..........8'