Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.90 KB | None | 0 0
  1. $ smartctl -a /dev/sdb
  2. smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-64-generic] (local build)
  3. Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
  4.  
  5. Smartctl open device: /dev/sdb failed: Permission denied
  6. dimanne@server:~$ sudo smartctl -a /dev/sdb
  7. [sudo] password for dimanne:
  8. smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-64-generic] (local build)
  9. Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
  10.  
  11. === START OF INFORMATION SECTION ===
  12. Model Family: Western Digital Green
  13. Device Model: WDC WD20EARX-00PASB0
  14. Serial Number: WD-WMAZA8161491
  15. LU WWN Device Id: 5 0014ee 25c30707d
  16. Firmware Version: 51.0AB51
  17. User Capacity: 2,000,398,934,016 bytes [2.00 TB]
  18. Sector Sizes: 512 bytes logical, 4096 bytes physical
  19. Device is: In smartctl database [for details use: -P show]
  20. ATA Version is: ATA8-ACS (minor revision not indicated)
  21. SATA Version is: SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s)
  22. Local Time is: Tue Mar 28 22:44:34 2017 MSK
  23. SMART support is: Available - device has SMART capability.
  24. SMART support is: Enabled
  25.  
  26. === START OF READ SMART DATA SECTION ===
  27. SMART overall-health self-assessment test result: PASSED
  28.  
  29. General SMART Values:
  30. Offline data collection status: (0x82) Offline data collection activity
  31. was completed without error.
  32. Auto Offline Data Collection: Enabled.
  33. Self-test execution status: ( 0) The previous self-test routine completed
  34. without error or no self-test has ever
  35. been run.
  36. Total time to complete Offline
  37. data collection: (41460) seconds.
  38. Offline data collection
  39. capabilities: (0x7b) SMART execute Offline immediate.
  40. Auto Offline data collection on/off support.
  41. Suspend Offline collection upon new
  42. command.
  43. Offline surface scan supported.
  44. Self-test supported.
  45. Conveyance Self-test supported.
  46. Selective Self-test supported.
  47. SMART capabilities: (0x0003) Saves SMART data before entering
  48. power-saving mode.
  49. Supports SMART auto save timer.
  50. Error logging capability: (0x01) Error logging supported.
  51. General Purpose Logging supported.
  52. Short self-test routine
  53. recommended polling time: ( 2) minutes.
  54. Extended self-test routine
  55. recommended polling time: ( 399) minutes.
  56. Conveyance self-test routine
  57. recommended polling time: ( 5) minutes.
  58. SCT capabilities: (0x3035) SCT Status supported.
  59. SCT Feature Control supported.
  60. SCT Data Table supported.
  61.  
  62. SMART Attributes Data Structure revision number: 16
  63. Vendor Specific SMART Attributes with Thresholds:
  64. ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
  65. 1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always - 6
  66. 3 Spin_Up_Time 0x0027 168 165 021 Pre-fail Always - 6591
  67. 4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 80
  68. 5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0
  69. 7 Seek_Error_Rate 0x002e 100 253 000 Old_age Always - 0
  70. 9 Power_On_Hours 0x0032 057 057 000 Old_age Always - 31878
  71. 10 Spin_Retry_Count 0x0032 100 253 000 Old_age Always - 0
  72. 11 Calibration_Retry_Count 0x0032 100 253 000 Old_age Always - 0
  73. 12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 75
  74. 192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 73
  75. 193 Load_Cycle_Count 0x0032 001 001 000 Old_age Always - 994603
  76. 194 Temperature_Celsius 0x0022 105 082 000 Old_age Always - 45
  77. 196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0
  78. 197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 0
  79. 198 Offline_Uncorrectable 0x0030 200 200 000 Old_age Offline - 0
  80. 199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 0
  81. 200 Multi_Zone_Error_Rate 0x0008 200 200 000 Old_age Offline - 0
  82.  
  83. SMART Error Log Version: 1
  84. No Errors Logged
  85.  
  86. SMART Self-test log structure revision number 1
  87. No self-tests have been logged. [To run self-tests, use: smartctl -t]
  88.  
  89. SMART Selective self-test log data structure revision number 1
  90. SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
  91. 1 0 0 Not_testing
  92. 2 0 0 Not_testing
  93. 3 0 0 Not_testing
  94. 4 0 0 Not_testing
  95. 5 0 0 Not_testing
  96. Selective self-test flags (0x0):
  97. After scanning selected spans, do NOT read-scan remainder of disk.
  98. If Selective self-test is pending on power-up, resume after 0 minute delay.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement