Changes between Initial Version and Version 1 of Ticket #1312


Ignore:
Timestamp:
Apr 1, 2020, 6:41:46 PM (4 years ago)
Author:
Christian Franke
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1312 – Description

    initial v1  
    22
    33my first try :
     4{{{
    45smartctl -a /dev/sda
    56smartctl 6.6 2017-11-05 r4594 [armv7l-linux-4.19.97-v7l+] (local build)
     
    89Please specify device type with the -d option.
    910Use smartctl -h to get a usage summary
    10 
    11 
    12 
     11}}}
    1312
    1413
    1514looking at supported drives, my second try:
     15{{{
    1616sudo smartctl -a /dev/sda -d sat
    1717smartctl 6.6 2017-11-05 r4594 [armv7l-linux-4.19.97-v7l+] (local build)
     
    1919Read Device Identity failed: scsi error unsupported field in scsi command
    2020A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
    21 
    22 
    23 
    24 
     21}}}
    2522
    2623
    2724then third:
     25{{{
    2826sudo smartctl -a /dev/sda -d sat -T permissive
    2927smartctl 6.6 2017-11-05 r4594 [armv7l-linux-4.19.97-v7l+] (local build)
     
    4038SMART support is: Ambiguous - ATA IDENTIFY DEVICE words 85-87 don't show if SMART is enabled.
    4139A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
    42 
    43 
    44 
     40}}}
    4541
    4642