Advertisement
ixnuful

Untitled

Oct 28th, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.03 KB | None | 0 0
  1. Use smartctl -h to get a usage summary
  2.  
  3. root@Tower:/var/log# smartctl -a -A /dev/sdh
  4. smartctl 5.40 2010-10-16 r3189 [i486-slackware-linux-gnu] (local build)
  5. Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net
  6.  
  7. === START OF INFORMATION SECTION ===
  8. Device Model: WDC WD20EZRX-00DC0B0
  9. Serial Number: WD-WCC300793356
  10. Firmware Version: 80.00A80
  11. User Capacity: 2,000,398,934,016 bytes
  12. Device is: Not in smartctl database [for details use: -P showall]
  13. ATA Version is: 9
  14. ATA Standard is: Exact ATA specification draft version not indicated
  15. Local Time is: Mon Oct 28 19:03:56 2013 EDT
  16. SMART support is: Available - device has SMART capability.
  17. SMART support is: Enabled
  18.  
  19. === START OF READ SMART DATA SECTION ===
  20. SMART overall-health self-assessment test result: PASSED
  21.  
  22. General SMART Values:
  23. Offline data collection status: (0x80) Offline data collection activity
  24. was never started.
  25. Auto Offline Data Collection: Enabled.
  26. Self-test execution status: ( 0) The previous self-test routine completed
  27. without error or no self-test has ever
  28. been run.
  29. Total time to complete Offline
  30. data collection: (25680) seconds.
  31. Offline data collection
  32. capabilities: (0x7b) SMART execute Offline immediate.
  33. Auto Offline data collection on/off support.
  34. Suspend Offline collection upon new
  35. command.
  36. Offline surface scan supported.
  37. Self-test supported.
  38. Conveyance Self-test supported.
  39. Selective Self-test supported.
  40. SMART capabilities: (0x0003) Saves SMART data before entering
  41. power-saving mode.
  42. Supports SMART auto save timer.
  43. Error logging capability: (0x01) Error logging supported.
  44. General Purpose Logging supported.
  45. Short self-test routine
  46. recommended polling time: ( 2) minutes.
  47. Extended self-test routine
  48. recommended polling time: ( 255) minutes.
  49. Conveyance self-test routine
  50. recommended polling time: ( 5) minutes.
  51. SCT capabilities: (0x70b5) SCT Status supported.
  52. SCT Feature Control supported.
  53. SCT Data Table supported.
  54.  
  55. SMART Attributes Data Structure revision number: 16
  56. Vendor Specific SMART Attributes with Thresholds:
  57. ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
  58. 1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always - 0
  59. 3 Spin_Up_Time 0x0027 100 253 021 Pre-fail Always - 0
  60. 4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 5
  61. 5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0
  62. 7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always - 0
  63. 9 Power_On_Hours 0x0032 100 100 000 Old_age Always - 22
  64. 10 Spin_Retry_Count 0x0032 100 253 000 Old_age Always - 0
  65. 11 Calibration_Retry_Count 0x0032 100 253 000 Old_age Always - 0
  66. 12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 2
  67. 192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 0
  68. 193 Load_Cycle_Count 0x0032 200 200 000 Old_age Always - 76
  69. 194 Temperature_Celsius 0x0022 120 118 000 Old_age Always - 27
  70. 196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0
  71. 197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 0
  72. 198 Offline_Uncorrectable 0x0030 100 253 000 Old_age Offline - 0
  73. 199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 0
  74. 200 Multi_Zone_Error_Rate 0x0008 100 253 000 Old_age Offline - 0
  75.  
  76. SMART Error Log Version: 1
  77. No Errors Logged
  78.  
  79. SMART Self-test log structure revision number 1
  80. No self-tests have been logged. [To run self-tests, use: smartctl -t]
  81.  
  82.  
  83. SMART Selective self-test log data structure revision number 1
  84. SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
  85. 1 0 0 Not_testing
  86. 2 0 0 Not_testing
  87. 3 0 0 Not_testing
  88. 4 0 0 Not_testing
  89. 5 0 0 Not_testing
  90. Selective self-test flags (0x0):
  91. After scanning selected spans, do NOT read-scan remainder of disk.
  92. If Selective self-test is pending on power-up, resume after 0 minute delay.
  93.  
  94. root@Tower:/var/log#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement