Index ¦ Archives ¦ RSS

smartctl && hdd temperature

Estimated read time: 1 minutes

here is a small cmdline to query the temperature of a hdd using smartctl: smartctl -a /dev/hdc|grep Celsius|sed 's/.* \([0-9]*\)$/\1/'

© Miklos Vajna. Built using Pelican. Theme by Giulio Fidente on github.