Advertisement
Guest User

smartctl

a guest
Oct 8th, 2011
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.18 KB | None | 0 0
  1. [true@myhost ~]$ sudo smartctl -a /dev/sda
  2. smartctl 5.41 2011-06-09 r3365 [x86_64-linux-3.0-ARCH] (local build)
  3. Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net
  4.  
  5. === START OF INFORMATION SECTION ===
  6. Device Model:     Hitachi HTS547564A9E384
  7. Serial Number:    J21B1053C5Z13R
  8. LU WWN Device Id: 5 000cca 63ec2b69b
  9. Firmware Version: JEDOA60A
  10. User Capacity:    640 135 028 736 bytes [640 GB]
  11. Sector Sizes:     512 bytes logical, 4096 bytes physical
  12. Device is:        Not in smartctl database [for details use: -P showall]
  13. ATA Version is:   8
  14. ATA Standard is:  ATA-8-ACS revision 6
  15. Local Time is:    Sun Oct  9 07:59:20 2011 SAMT
  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:  (0x00) Offline data collection activity
  24.                                         was never started.
  25.                                         Auto Offline Data Collection: Disabled.
  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:                (   45) seconds.
  31. Offline data collection
  32. capabilities:                    (0x5b) 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.                                         No 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:        ( 157) minutes.                                                                                                                                                  
  49. SCT capabilities:              (0x003d) SCT Status supported.                                                                                                                                    
  50.                                         SCT Error Recovery Control supported.                                                                                                                    
  51.                                         SCT Feature Control supported.                                                                                                                            
  52.                                         SCT Data Table supported.                                                                                                                                
  53.                                                                                                                                                                                                  
  54. SMART Attributes Data Structure revision number: 16                                                                                                                                              
  55. Vendor Specific SMART Attributes with Thresholds:
  56. ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  57.   1 Raw_Read_Error_Rate     0x000b   100   100   062    Pre-fail  Always       -       0
  58.   2 Throughput_Performance  0x0005   100   100   040    Pre-fail  Offline      -       0
  59.   3 Spin_Up_Time            0x0007   181   181   033    Pre-fail  Always       -       1
  60.   4 Start_Stop_Count        0x0012   100   100   000    Old_age   Always       -       174
  61.   5 Reallocated_Sector_Ct   0x0033   100   100   005    Pre-fail  Always       -       0
  62.   7 Seek_Error_Rate         0x000b   100   100   067    Pre-fail  Always       -       0
  63.   8 Seek_Time_Performance   0x0005   100   100   040    Pre-fail  Offline      -       0
  64.   9 Power_On_Hours          0x0012   099   099   000    Old_age   Always       -       560
  65.  10 Spin_Retry_Count        0x0013   100   100   060    Pre-fail  Always       -       0
  66.  12 Power_Cycle_Count       0x0032   100   100   000    Old_age   Always       -       91
  67. 191 G-Sense_Error_Rate      0x000a   100   100   000    Old_age   Always       -       65536
  68. 192 Power-Off_Retract_Count 0x0032   100   100   000    Old_age   Always       -       10
  69. 193 Load_Cycle_Count        0x0012   100   100   000    Old_age   Always       -       698
  70. 194 Temperature_Celsius     0x0002   222   222   000    Old_age   Always       -       27 (Min/Max 18/52)
  71. 196 Reallocated_Event_Count 0x0032   100   100   000    Old_age   Always       -       0
  72. 197 Current_Pending_Sector  0x0022   100   100   000    Old_age   Always       -       0
  73. 198 Offline_Uncorrectable   0x0008   100   100   000    Old_age   Offline      -       0
  74. 199 UDMA_CRC_Error_Count    0x000a   200   200   000    Old_age   Always       -       0
  75. 223 Load_Retry_Count        0x000a   100   100   000    Old_age   Always       -       0
  76.  
  77. SMART Error Log Version: 1
  78. No Errors Logged
  79.  
  80. SMART Self-test log structure revision number 1
  81. No self-tests have been logged.  [To run self-tests, use: smartctl -t]
  82.  
  83.  
  84. SMART Selective self-test log data structure revision number 1
  85.  SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
  86.     1        0        0  Not_testing
  87.     2        0        0  Not_testing
  88.     3        0        0  Not_testing
  89.     4        0        0  Not_testing
  90.     5        0        0  Not_testing
  91. Selective self-test flags (0x0):
  92.   After scanning selected spans, do NOT read-scan remainder of disk.
  93. If Selective self-test is pending on power-up, resume after 0 minute delay.
  94.  
  95.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement