changing drive nodes & hdparm
- by Kalamalka Kid
I am currently attempting to create a command that works at startup to kill the power on two of my very noisy hard drives. I have edited the etc/rc.local file to include this command:
sudo hdparm -y /dev/sdc
sudo hdparm -y /dev/sdd
exit 0
While I think this should work, it seems the allocated drives keep switching around every time I reboot. I…