You are not logged in.
Hi,
I have installed arch KDE 64bit on a USB 3 Sandisk (120GB) from which i boot. This PC has a SATA3 Samsung SSD Pro 860 256GB( a S.m.a.r.t. disk) as a sda, where i have windows. I would like to know the temperature of the samsung. how can I do ? I have tried with hddtemp, smartctl but I got inconsistent answers.
do you have any ideas?
Last edited by frank1962 (2021-08-07 10:00:55)
Offline
sudo smartctl --xall /dev/sda
Offline
Install lm_sensors... it's in the output for me:
% sensors
...
nvme-pci-2c00
Adapter: PCI adapter
Composite: +40.9°C
...
nvme-pci-0100
Adapter: PCI adapter
Composite: +40.9°C (low = -273.1°C, high = +81.8°C)
(crit = +84.8°C)
Sensor 1: +40.9°C (low = -273.1°C, high = +65261.8°C)
Sensor 2: +44.9°C (low = -273.1°C, high = +65261.8°C)Offline