displays 100 deg. C for Kingston SSD
jonasstein opened this issue · 3 comments
jonasstein commented
hartwork commented
Can you share what skdump
of libatasmart
shows for a temperature?
# sudo /usr/sbin/skdump /dev/sda | fgrep Temperature
Temperature: 35.0 C
Depending on that output, it may be a bug in libatasmart.
jonasstein commented
it returns indeed Temperature: 100.0 C
, but
$ sudo smartctl -a /dev/sda | grep Temp
194 Temperature_Celsius 0x0023 073 059 030 Pre-fail Always - 27 (Min/Max 15/41)
hartwork commented
I'm not sure how to exactly read that output. I guess it says not nearly 100°C?
It's a bug in libatasmart then, I guess?