I have a script that uses smartctl to read the disks temperature and adjust the case fan accordingly.
However, after upgrading to 25.10 the script stopped working.
while troubleshooting i noticed that if i used the command
sudo smartctl -A /dev/sdb
I would get a response similar to this
Basically, SMART is disabled for all the disks except for the Boot drive. To enable it, i have to issue the following command for each drive
sudo smartctl -s on /dev/sdb
AND i have to remember to do this after every boot.
Have any of you noticed this?
How can i enable SMART on my system so i would not need to do it myself manually every time?
