Changes between Initial Version and Version 1 of Ticket #1312
- Timestamp:
- Apr 1, 2020, 6:41:46 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1312 – Description
initial v1 2 2 3 3 my first try : 4 {{{ 4 5 smartctl -a /dev/sda 5 6 smartctl 6.6 2017-11-05 r4594 [armv7l-linux-4.19.97-v7l+] (local build) … … 8 9 Please specify device type with the -d option. 9 10 Use smartctl -h to get a usage summary 10 11 12 11 }}} 13 12 14 13 15 14 looking at supported drives, my second try: 15 {{{ 16 16 sudo smartctl -a /dev/sda -d sat 17 17 smartctl 6.6 2017-11-05 r4594 [armv7l-linux-4.19.97-v7l+] (local build) … … 19 19 Read Device Identity failed: scsi error unsupported field in scsi command 20 20 A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options. 21 22 23 24 21 }}} 25 22 26 23 27 24 then third: 25 {{{ 28 26 sudo smartctl -a /dev/sda -d sat -T permissive 29 27 smartctl 6.6 2017-11-05 r4594 [armv7l-linux-4.19.97-v7l+] (local build) … … 40 38 SMART support is: Ambiguous - ATA IDENTIFY DEVICE words 85-87 don't show if SMART is enabled. 41 39 A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options. 42 43 44 40 }}} 45 41 46 42