I have a couple of questions.
First off, I changed the tempWarn and tempCrit to 45 and 50 respectively, but when the report runs, it still shows '?' for all the drives, even for the ones that are within range (both the old and new range), ie:
Code:
########## SMART status report summary for all drives ##########
+------+---------------+----+-----+-----+-----+-------+-------+--------+------+------+------+-------+----+
|Device|Serial |Temp|Power|Start|Spin |ReAlloc|Current|Offline |UDMA |Seek |High |Command|Last|
| | | |On |Stop |Retry|Sectors|Pending|Uncorrec|CRC |Errors|Fly |Timeout|Test|
| | | |Hours|Count|Count| |Sectors|Sectors |Errors| |Writes|Count |Age |
+------+---------------+----+-----+-----+-----+-------+-------+--------+------+------+------+-------+----+
|ada1 ?|CVLT6AAAAAAAAAAAAAA| | 104| | | 0| | | 0| N/A| N/A| N/A| 4|
|da0 ? |WD-AAAAAAAAAAAA| 41 | 922| 25| 0| 0| 0| 0| 0| N/A| N/A| N/A| 9|
|da1 ? |WD-AAAAAAAAAAAA| 36 | 656| 16| 0| 0| 0| 0| 0| N/A| N/A| N/A| 9|
|da2 ? |WD-AAAAAAAAAAAA| 39 | 658| 20| 0| 0| 0| 0| 0| N/A| N/A| N/A| 9|
|da3 ? |WD-AAAAAAAAAAAA| 38 | 300| 13| 0| 0| 0| 0| 0| N/A| N/A| N/A| 5|
|da4 ? |WD-AAAAAAAAAAAA| 39 | 299| 6| 0| 0| 0| 0| 0| N/A| N/A| N/A| 5|
|da5 ? |WD-AAAAAAAAAAAA| 43 | 658| 17| 0| 0| 0| 0| 0| N/A| N/A| N/A| 9|
|da6 ? |WD-AAAAAAAAAAAA| 43 | 923| 22| 0| 0| 0| 0| 0| N/A| N/A| N/A| 9|
|da7 ? |WD-AAAAAAAAAAAA| 41 | 300| 9| 0| 0| 0| 0| 0| N/A| N/A| N/A| 5|
|da8 ? |WD-AAAAAAAAAAAA| 41 | 658| 17| 0| 0| 0| 0| 0| N/A| N/A| N/A| 9|
|da9 ? |WD-AAAAAAAAAAAA| 44 | 659| 20| 0| 0| 0| 0| 0| N/A| N/A| N/A| 9|
|da10 ?|WD-AAAAAAAAAAAA| 45 | 922| 20| 0| 0| 0| 0| 0| N/A| N/A| N/A| 9|
|da11 ?|WD-AAAAAAAAAAAA| 41 | 300| 17| 0| 0| 0| 0| 0| N/A| N/A| N/A| 5|
|da12 | | | | | | | | | | N/A| N/A| N/A| 0|
|da13 | | | | | | | | | | N/A| N/A| N/A| 0|
+------+---------------+----+-----+-----+-----+-------+-------+--------+------+------+------+-------+----+
Also, as you can see, ada1 is an SSD, but it's not reporting the temperature or other values correctly, this is the output from the SSD (ada1, Intel):
Code:
=== START OF READ SMART DATA SECTION ===
SMART Attributes Data Structure revision number: 1
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
5 Reallocated_Sector_Ct 0x0032 100 100 000 Old_age Always - 0
9 Power_On_Hours 0x0032 100 100 000 Old_age Always - 104
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 7
170 Unknown_Attribute 0x0033 100 100 010 Pre-fail Always - 0
171 Unknown_Attribute 0x0032 100 100 010 Old_age Always - 0
172 Unknown_Attribute 0x0032 100 100 010 Old_age Always - 0
174 Unknown_Attribute 0x0032 100 100 000 Old_age Always - 3
183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always - 0
184 End-to-End_Error 0x0033 100 100 090 Pre-fail Always - 0
187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0
190 Airflow_Temperature_Cel 0x0032 020 035 000 Old_age Always - 20 (Min/Max 15/35)
192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 3
199 UDMA_CRC_Error_Count 0x0032 100 100 000 Old_age Always - 0
225 Unknown_SSD_Attribute 0x0032 100 100 000 Old_age Always - 10162
226 Unknown_SSD_Attribute 0x0032 100 100 000 Old_age Always - 0
227 Unknown_SSD_Attribute 0x0032 100 100 000 Old_age Always - 0
228 Power-off_Retract_Count 0x0032 100 100 000 Old_age Always - 0
232 Available_Reservd_Space 0x0033 100 100 010 Pre-fail Always - 0
233 Media_Wearout_Indicator 0x0032 100 100 000 Old_age Always - 0
241 Total_LBAs_Written 0x0032 100 100 000 Old_age Always - 10162
242 Total_LBAs_Read 0x0032 100 100 000 Old_age Always - 20290
249 Unknown_Attribute 0x0032 100 100 000 Old_age Always - 199
252 Unknown_Attribute 0x0032 100 100 000 Old_age Always - 1
I believe the SSD issues are related to the 'uknown SSD attributes' and also that temperature is name 'Airflow_temperature_celsius'.