Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 2826  / 1 Year ago, thu, december 8, 2022, 3:00:02

Is there a tool to monitor HDD Temperature in Ubuntu Server 22.04? I know tools exists such as hddtemp, smartmontools, lsm-sensors, and inxi but none displayed my HDD Temperature.


hddtemp


Installing it with sudo apt-get install hddtempshows that its not available in my Ubuntu version.


Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package hddtemp is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'hddtemp' has no installation candidate

smartmontools, lsm-sensors, and inxi


This package is available in my version but doesn't output my hdd temps. My assumption is that certain sensors need to be configured to get the hddtemp.


What I did was:



  1. Install inxi: sudo apt-get install inxi

  2. Configure lsm-sensors: sudo sensors-detect

  3. Run sudo inxi -xD


Output:


Local Storage: total: 11.83 TiB used: 17.17 GiB (0.1%)
ID-1: /dev/sda vendor: Seagate model: ST1000LM035-1RK172 size: 931.51 GiB
ID-2: /dev/sdb vendor: Western Digital model: WD6NPURX-64JC5Y0 size: 5.46 TiB
ID-3: /dev/sdc vendor: Western Digital model: WD6NPURX-64JC5Y0 size: 5.46 TiB

Even running smartmontools as shown here doesn't provide hdd temps.


I also researched here but to no avail.


Example



  1. CPU and HDDs temperature in Ubuntu 22.04

  2. How to check USB HDD temperature?

  3. How to check USB HDD temperature?


More From » server

 Answers
2

for GUI


sudo apt install gsmartcontrol

or in terminal


sudo smartctl -A /dev/sd(your drive letter) | grep -i temperature

This will show you either print correct temperature for your SDD/HDD


[#270] Friday, December 9, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
cretanol

Total Points: 320
Total Questions: 99
Total Answers: 115

Location: Australia
Member since Sat, May 27, 2023
1 Year ago
cretanol questions
;