otakuto / crazydiskinfo

CrazyDiskInfo is an interactive TUI S.M.A.R.T viewer for Unix systems.
MIT License
311 stars 28 forks source link

displays 100 deg. C for Kingston SSD #20

Open jonasstein opened 7 years ago

jonasstein commented 7 years ago

Tested with Kingston SSD SKC310S37A960G Kingston SSD SEDC400S37960G

selection_327

hartwork commented 7 years ago

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 7 years ago

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 7 years ago

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?