Changes between Initial Version and Version 1 of Ticket #1561, comment 2


Ignore:
Timestamp:
Feb 15, 2022, 7:13:40 PM (2 years ago)
Author:
Laurent Durand

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1561, comment 2

    initial v1  
    272272Looking at the output, I notice the line:
    273273Current Temperature: 37 Celsius
    274 But doing the command sudo smartctl -a /dev/sdd, the output does not show me the temperature:
    275 
    276 {{{
    277 [ignace@ignace-pc ~]$ sudo smartctl -a /dev/sdd
    278 smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.16.5-1-MANJARO] (local build)
    279 Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org
    280 
    281 === START OF INFORMATION SECTION ===
    282 Model Family: Samsung based SSDs
    283 Device Model: Samsung SSD 860 PRO 512GB
    284 Serial Number: S42YNX0R900179V
    285 LU WWN Device Id: 5 002538 e419000e0
    286 Firmware Version: RVM02B6Q
    287 User Capacity: 512110190592 bytes [512 GB]
    288 Sector Size: 512 bytes logical/physical
    289 Rotation Rate: Solid State Device
    290 Form Factor: 2.5 inches
    291 TRIM Command: Available, deterministic, zeroed
    292 Device is: In smartctl database [for details use: -P show]
    293 ATA Version is: ACS-4 T13/BSR INCITS 529 revision 5
    294 SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
    295 Local Time is: Tue Feb 15 18:58:31 2022 CET
    296 SMART support is: Available - device has SMART capability.
    297 SMART support is: Enabled
    298 
    299 === START OF READ SMART DATA SECTION ===
    300 SMART overall-health self-assessment test result: PASSED
    301 
    302 General SMART Values:
    303 Offline data collection status: (0x80) Offline data collection activity
    304 was never started.
    305 Auto Offline Data Collection: Enabled.
    306 Self-test execution status: ( 0) The previous self-test routine completed
    307 without error or no self-test has ever
    308 been run.
    309 Total time to complete Offline
    310 data collection: ( 0) seconds.
    311 Offline data collection
    312 capabilities: (0x53) SMART execute Offline immediate.
    313 Auto offline data collection on/off support.
    314 Suspend Offline collection upon new
    315 command.
    316 No Offline surface scan supported.
    317 Self-test supported.
    318 No Conveyance Self-test supported.
    319 Selective Self-test supported.
    320 SMART capabilities: (0x0003) Saves SMART data before entering
    321 power-saving mode.
    322 Supports SMART auto save timer.
    323 Error logging capability: (0x01) Error logging supported.
    324 General Purpose Logging supported.
    325 Short self-test routine
    326 recommended polling time: ( 2) minutes.
    327 Extended self-test routine
    328 recommended polling time: ( 85) minutes.
    329 SCT capabilities: (0x003d) SCT Status supported.
    330 SCT Error Recovery Control supported.
    331 SCT Feature Control supported.
    332 SCT Data Table supported.
    333 
    334 SMART Attributes Data Structure revision number: 1
    335 Vendor Specific SMART Attributes with Thresholds:
    336 ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
    337   5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always - 0
    338   9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 436
    339  12 Power_Cycle_Count 0x0032 099 099 000 Old_age Always - 26
    340 177 Wear_Leveling_Count 0x0013 100 100,000 Pre-fail Always - 0
    341 179 Used_Rsvd_Blk_Cnt_Tot 0x0013 100 100 010 Pre-fail Always - 0
    342 181 Program_Fail_Cnt_Total 0x0032 100 100 010 Old_age Always - 0
    343 182 Erase_Fail_Count_Total 0x0032 100 100 010 Old_age Always - 0
    344 183 Runtime_Bad_Block 0x0013 100 100 010 Pre-fail Always - 0
    345 187 Uncorrectable_Error_Cnt 0x0032 100 100 000 Old_age Always - 0
    346 190 Airflow_Temperature_Cel 0x0032 063 055 000 Old_age Always - 37
    347 195 ECC_Error_Rate 0x001a 200 200 000 Old_age Always - 0
    348 199 CRC_Error_Count 0x003e 099 099 000 Old_age Always - 12
    349 235 POR_Recovery_Count 0x0012 099 099 000 Old_age Always - 6
    350 241 Total_LBAs_Written 0x0032 099 099 000 Old_age Always - 345983711
    351 
    352 SMART Error Log Version: 1
    353 No Errors Logged
    354 
    355 SMART Self-test log structure revision number 1
    356 No self-tests have been logged. [To run self-tests, use: smartctl -t]
    357 
    358 SMART Selective self-test log data structure revision number 1
    359  SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
    360     1 0 0 Not_testing
    361     2 0 0 Not_testing
    362     3 0 0 Not_testing
    363     4 0 0 Not_testing
    364     5 0 0 Not_testing
    365 Selective self-test flags (0x0):
    366   After scanning selected spans, do NOT read-scan remainder of disk.
    367 If Selective self-test is pending on power-up, resume after 0 minute delay.
    368 }}}
    369 
    370 I notice that the temperature indicated in the two commands is the same while that of sudo smartctl -a /dev/sdd indicates airflow temperature.
     274But doing the command sudo smartctl -a /dev/sdd, the output does not show me the temperature.
    371275Thank you.
    372276Laurent Durand