Changes between Initial Version and Version 2 of Ticket #344


Ignore:
Timestamp:
Aug 5, 2014, 8:00:21 PM (10 years ago)
Author:
Alex Samorukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #344 – Description

    initial v2  
    2929
    3030I 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{{{
    3232# smartctl -a /dev/sda
    3333smartctl 5.41 2011-06-09 r3365 [x86_64-linux-3.2.0-4-amd64] (local build)
     
    6666SMART Self-test Log not supported
    6767Device does not support Selective Self Tests/Logging
    68 
     68}}}
    6969-----------------------------------------------------------------------------------
    7070
    7171The firmware version is wrong and no tests supported. After reinserting another disk "ahead" in the array I get (note serial number):
    72 
     72{{{
    7373# smartctl -a /dev/sdc
    7474smartctl 5.41 2011-06-09 r3365 [x86_64-linux-3.2.0-4-amd64] (local build)
     
    166166  After scanning selected spans, do NOT read-scan remainder of disk.
    167167If Selective self-test is pending on power-up, resume after 0 minute delay.
    168 
     168}}}
    169169So this drive is now recognized correctly.
    170170
     
    172172
    173173The drive inserted, however:
    174 
     174{{{
    175175# smartctl -a /dev/sdb
    176176smartctl 5.41 2011-06-09 r3365 [x86_64-linux-3.2.0-4-amd64] (local build)
     
    210210Device does not support Selective Self Tests/Logging
    211211
     212}}}
     213
    212214Now this drive exhibits the same strange information. Please let me know if you want more information.
    213215