hddtemp-lt
- Show temps for all
sd
andnvme
disks. hddtemp-lt /dev/sda ...
- Show temps for selected disks
Options:
-h, --help
- Show usage
-q
- Suppress warnings
-V, --version
- Show version
Output is aligned into columns. Device models can contain spaces like WDC WD10EFRX-68FYTN0 or Samsung SSD 950 PRO 256GB so fields are separated with at least two spaces.
smartctl
(smartmontools
package)- NVMe support:
smartctl
v6.5+
- NVMe support:
Fetch the archive either from releases or from the development branch,
extract it and put hddtemp-lt
under /usr/local/bin/
In case you downloaded the script alone from github by a raw link, be sure to manually make it executable.
If you’d like point a hddtemp
symlink to it:
sudo ln -s hddtemp-lt /usr/local/bin/hddtemp
- /u/GuessWhat_InTheButt for suggestion