SOLVED Device: /dev/ada3, Failed SMART usage Attribute: 194 Temperature_Celsius. (Crucial BX500 240GB)

BloodyBonkers

Dabbler
Joined
Sep 17, 2017
Messages
21
I ran a burn in script on the new ssd intended as a boot drive for my grandparents future FreeNAS box ;) using this script from github "Spearfoot/disk-burnin-and-testing".

What I ended up with after the script completed was an alert from freenas giving me this message: "Device: /dev/ada3, Failed SMART usage Attribute: 194 Temperature_Celsius."

Reading from the smart data the highest reported temperature was 62c, and the specified operating temperature range listed by crucial is 0-70c.
Seeing as the temperature was within that range, why did I get an alert?

Should I be worried and think about replacing it, or can I start using the ssd and expect it to work fine.

Here's the output from smartctl -a /dev/ada3:
Code:
smartctl 6.6 2017-11-05 r4594 [FreeBSD 11.2-STABLE amd64] (local build)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Device Model:     CT240BX500SSD1
Serial Number:    XXXXXXXXXXX
LU WWN Device Id: 0 000000 000000000
Firmware Version: M6CR013
User Capacity:    240,057,409,536 bytes [240 GB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    Solid State Device
Form Factor:      2.5 inches
Device is:        Not in smartctl database [for details use: -P showall]
ATA Version is:   ACS-2 T13/2015-D revision 3
SATA Version is:  SATA 3.2, 6.0 Gb/s (current: 3.0 Gb/s)
Local Time is:    Sun Sep 29 17:40:26 2019 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
See vendor-specific Attribute list for marginal Attributes.

General SMART Values:
Offline data collection status:  (0x02) Offline data collection activity
                                        was completed without error.
                                        Auto Offline Data Collection: Disabled.
Self-test execution status:      (   0) The previous self-test routine completed
                                        without error or no self-test has ever
                                        been run.
Total time to complete Offline
data collection:                (  120) seconds.
Offline data collection
capabilities:                    (0x11) SMART execute Offline immediate.
                                        No Auto Offline data collection support.
                                        Suspend Offline collection upon new
                                        command.
                                        No Offline surface scan supported.
                                        Self-test supported.
                                        No Conveyance Self-test supported.
                                        No Selective Self-test supported.
SMART capabilities:            (0x0002) Does not save SMART data before
                                        entering power-saving mode.
                                        Supports SMART auto save timer.
Error logging capability:        (0x01) Error logging supported.
                                        General Purpose Logging supported.
Short self-test routine
recommended polling time:        (   2) minutes.
Extended self-test routine
recommended polling time:        (  10) minutes.

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
  1 Raw_Read_Error_Rate     0x002f   100   100   050    Pre-fail  Always       -       0
  5 Reallocated_Sector_Ct   0x0032   100   100   010    Old_age   Always       -       0
  9 Power_On_Hours          0x0032   100   100   050    Old_age   Always       -       19
 12 Power_Cycle_Count       0x0032   100   100   050    Old_age   Always       -       3
171 Unknown_Attribute       0x0032   100   100   050    Old_age   Always       -       0
172 Unknown_Attribute       0x0032   100   100   050    Old_age   Always       -       0
173 Unknown_Attribute       0x0032   100   100   050    Old_age   Always       -       14
174 Unknown_Attribute       0x0032   100   100   050    Old_age   Always       -       0
180 Unused_Rsvd_Blk_Cnt_Tot 0x0032   100   100   050    Old_age   Always       -       100
183 Runtime_Bad_Block       0x0032   100   100   050    Old_age   Always       -       0
184 End-to-End_Error        0x0032   100   100   050    Old_age   Always       -       0
187 Reported_Uncorrect      0x0032   100   100   050    Old_age   Always       -       0
194 Temperature_Celsius     0x0022   068   038   050    Old_age   Always   In_the_past 32 (Min/Max 29/62)
196 Reallocated_Event_Count 0x0032   100   100   050    Old_age   Always       -       0
197 Current_Pending_Sector  0x0032   100   100   050    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0030   100   100   050    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x0032   100   100   050    Old_age   Always       -       0
202 Unknown_SSD_Attribute   0x0030   100   100   001    Old_age   Offline      -       100
206 Unknown_SSD_Attribute   0x002e   100   100   050    Old_age   Always       -       0
210 Unknown_Attribute       0x0032   100   100   050    Old_age   Always       -       0
246 Unknown_Attribute       0x0032   100   100   050    Old_age   Always       -       1875448512
247 Unknown_Attribute       0x0032   100   100   050    Old_age   Always       -       58607766
248 Unknown_Attribute       0x0032   100   100   050    Old_age   Always       -       57839616


SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Extended offline    Completed without error       00%         5         -
# 2  Short offline       Completed without error       00%         4         -
# 3  Extended offline    Completed without error       00%         0         -
# 4  Short offline       Completed without error       00%         0         -

Selective Self-tests/Logging not supported
 

BloodyBonkers

Dabbler
Joined
Sep 17, 2017
Messages
21
The version is 11.2-U6. Build Date: Sep 17, 2019 0:16
 
Top