otakuto/crazydiskinfo

displays 100 deg. C for Kingston SSD

jonasstein opened this issue · 3 comments

Tested with
Kingston SSD SKC310S37A960G
Kingston SSD SEDC400S37960G

selection_327

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.

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)

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?