Changes between Initial Version and Version 2 of Ticket #344
- Timestamp:
- Aug 5, 2014, 8:00:21 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #344 – Description
initial v2 29 29 30 30 I ran smartctl to start a check on a specific drive. When it finished, I restarted the machine having removed all other drives from the array. Looking at the smartctl output from the drive: 31 31 {{{ 32 32 # smartctl -a /dev/sda 33 33 smartctl 5.41 2011-06-09 r3365 [x86_64-linux-3.2.0-4-amd64] (local build) … … 66 66 SMART Self-test Log not supported 67 67 Device does not support Selective Self Tests/Logging 68 68 }}} 69 69 ----------------------------------------------------------------------------------- 70 70 71 71 The firmware version is wrong and no tests supported. After reinserting another disk "ahead" in the array I get (note serial number): 72 72 {{{ 73 73 # smartctl -a /dev/sdc 74 74 smartctl 5.41 2011-06-09 r3365 [x86_64-linux-3.2.0-4-amd64] (local build) … … 166 166 After scanning selected spans, do NOT read-scan remainder of disk. 167 167 If Selective self-test is pending on power-up, resume after 0 minute delay. 168 168 }}} 169 169 So this drive is now recognized correctly. 170 170 … … 172 172 173 173 The drive inserted, however: 174 174 {{{ 175 175 # smartctl -a /dev/sdb 176 176 smartctl 5.41 2011-06-09 r3365 [x86_64-linux-3.2.0-4-amd64] (local build) … … 210 210 Device does not support Selective Self Tests/Logging 211 211 212 }}} 213 212 214 Now this drive exhibits the same strange information. Please let me know if you want more information. 213 215