Advertisement
Guest User

Ubuntu Problems

a guest
Mar 24th, 2018
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.89 KB | None | 0 0
  1. kendall: ~ $ sudo smartctl -H /dev/sda
  2. smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-116-generic] (local build)
  3. Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
  4.  
  5. === START OF READ SMART DATA SECTION ===
  6. SMART overall-health self-assessment test result: PASSED
  7.  
  8. kendall: ~ $ sudo smartctl -a /dev/sda
  9. smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-116-generic] (local build)
  10. Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
  11.  
  12. === START OF INFORMATION SECTION ===
  13. Model Family:     Samsung based SSDs
  14. Device Model:     Samsung SSD 850 PRO 256GB
  15. Serial Number:    S251NXAGC17474T
  16. LU WWN Device Id: 5 002538 84013365a
  17. Firmware Version: EXM02B6Q
  18. User Capacity:    256,060,514,304 bytes [256 GB]
  19. Sector Size:      512 bytes logical/physical
  20. Rotation Rate:    Solid State Device
  21. Device is:        In smartctl database [for details use: -P show]
  22. ATA Version is:   ACS-2, ATA8-ACS T13/1699-D revision 4c
  23. SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
  24. Local Time is:    Sat Mar 24 02:15:59 2018 EDT
  25. SMART support is: Available - device has SMART capability.
  26. SMART support is: Enabled
  27.  
  28. === START OF READ SMART DATA SECTION ===
  29. SMART overall-health self-assessment test result: PASSED
  30.  
  31. General SMART Values:
  32. Offline data collection status:  (0x00) Offline data collection activity
  33.                     was never started.
  34.                     Auto Offline Data Collection: Disabled.
  35. Self-test execution status:      (   0) The previous self-test routine completed
  36.                     without error or no self-test has ever
  37.                     been run.
  38. Total time to complete Offline
  39. data collection:        (    0) seconds.
  40. Offline data collection
  41. capabilities:            (0x53) SMART execute Offline immediate.
  42.                     Auto Offline data collection on/off support.
  43.                     Suspend Offline collection upon new
  44.                     command.
  45.                     No Offline surface scan supported.
  46.                     Self-test supported.
  47.                     No Conveyance Self-test supported.
  48.                     Selective Self-test supported.
  49. SMART capabilities:            (0x0003) Saves SMART data before entering
  50.                     power-saving mode.
  51.                     Supports SMART auto save timer.
  52. Error logging capability:        (0x01) Error logging supported.
  53.                     General Purpose Logging supported.
  54. Short self-test routine
  55. recommended polling time:    (   2) minutes.
  56. Extended self-test routine
  57. recommended polling time:    ( 136) minutes.
  58. SCT capabilities:          (0x003d) SCT Status supported.
  59.                     SCT Error Recovery Control supported.
  60.                     SCT Feature Control supported.
  61.                     SCT Data Table supported.
  62.  
  63. SMART Attributes Data Structure revision number: 1
  64. Vendor Specific SMART Attributes with Thresholds:
  65. ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  66.   5 Reallocated_Sector_Ct   0x0033   100   100   010    Pre-fail  Always       -       0
  67.   9 Power_On_Hours          0x0032   096   096   000    Old_age   Always       -       19005
  68.  12 Power_Cycle_Count       0x0032   099   099   000    Old_age   Always       -       269
  69. 177 Wear_Leveling_Count     0x0013   099   099   000    Pre-fail  Always       -       59
  70. 179 Used_Rsvd_Blk_Cnt_Tot   0x0013   100   100   010    Pre-fail  Always       -       0
  71. 181 Program_Fail_Cnt_Total  0x0032   100   100   010    Old_age   Always       -       0
  72. 182 Erase_Fail_Count_Total  0x0032   100   100   010    Old_age   Always       -       0
  73. 183 Runtime_Bad_Block       0x0013   100   100   010    Pre-fail  Always       -       0
  74. 187 Uncorrectable_Error_Cnt 0x0032   100   100   000    Old_age   Always       -       0
  75. 190 Airflow_Temperature_Cel 0x0032   069   053   000    Old_age   Always       -       31
  76. 195 ECC_Error_Rate          0x001a   200   200   000    Old_age   Always       -       0
  77. 199 CRC_Error_Count         0x003e   100   100   000    Old_age   Always       -       0
  78. 235 POR_Recovery_Count      0x0012   099   099   000    Old_age   Always       -       122
  79. 241 Total_LBAs_Written      0x0032   099   099   000    Old_age   Always       -       9782050488
  80.  
  81. SMART Error Log Version: 1
  82. No Errors Logged
  83.  
  84. SMART Self-test log structure revision number 1
  85. No self-tests have been logged.  [To run self-tests, use: smartctl -t]
  86.  
  87. SMART Selective self-test log data structure revision number 1
  88.  SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
  89.     1        0        0  Not_testing
  90.     2        0        0  Not_testing
  91.     3        0        0  Not_testing
  92.     4        0        0  Not_testing
  93.     5        0        0  Not_testing
  94. Selective self-test flags (0x0):
  95.   After scanning selected spans, do NOT read-scan remainder of disk.
  96. If Selective self-test is pending on power-up, resume after 0 minute delay.
  97.  
  98. kendall: ~ $ sudo smartctl -t short /dev/sda
  99. smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-116-generic] (local build)
  100. Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
  101.  
  102. === START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===
  103. Sending command: "Execute SMART Short self-test routine immediately in off-line mode".
  104. Drive command "Execute SMART Short self-test routine immediately in off-line mode" successful.
  105. Testing has begun.
  106. Please wait 2 minutes for test to complete.
  107. Test will complete after Sat Mar 24 02:18:29 2018
  108.  
  109. Use smartctl -X to abort test.
  110. kendall: ~ $ smartctl -l selftest /dev/sda
  111. smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-116-generic] (local build)
  112. Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
  113.  
  114. Smartctl open device: /dev/sda failed: Permission denied
  115. kendall: ~ $ sudo smartctl -l selftest /dev/sda
  116. smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-116-generic] (local build)
  117. Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
  118.  
  119. === START OF READ SMART DATA SECTION ===
  120. SMART Self-test log structure revision number 1
  121. Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
  122. # 1  Short offline       Completed without error       00%     19005         -
  123.  
  124. kendall: ~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement