| 13 | |
| 14 | Tested the with scsi (#1069), but it is still not working with the upstream version. |
| 15 | |
| 16 | |
| 17 | {{{ |
| 18 | sudo smartctl -d scsi -a /dev/sdb |
| 19 | smartctl 6.7 2018-08-20 r4761 [x86_64-linux-4.15.0-34-generic] (daily-20180820) |
| 20 | Copyright (C) 2002-18, Bruce Allen, Christian Franke, www.smartmontools.org |
| 21 | |
| 22 | === START OF INFORMATION SECTION === |
| 23 | Vendor: Seagate |
| 24 | Product: M3 Portable |
| 25 | Revision: 9300 |
| 26 | ... |
| 27 | SMART support is: Available - device has SMART capability. |
| 28 | SMART support is: Disabled |
| 29 | Temperature Warning: Disabled or Not Supported |
| 30 | |
| 31 | === START OF READ SMART DATA SECTION === |
| 32 | SMART Health Status: OK |
| 33 | Current Drive Temperature: 0 C |
| 34 | Drive Trip Temperature: 0 C |
| 35 | |
| 36 | Error Counter logging not supported |
| 37 | |
| 38 | Device does not support Self Test logging |
| 39 | |
| 40 | ------------------------------------- |
| 41 | sudo smartctl -d scsi -s on /dev/sdb |
| 42 | smartctl 6.7 2018-08-20 r4761 [x86_64-linux-4.15.0-34-generic] (daily-20180820) |
| 43 | Copyright (C) 2002-18, Bruce Allen, Christian Franke, www.smartmontools.org |
| 44 | |
| 45 | === START OF ENABLE/DISABLE COMMANDS SECTION === |
| 46 | Informational Exceptions (SMART) disabled |
| 47 | Temperature warning disabled |
| 48 | }}} |
| 49 | |
| 50 | |
| 51 | Can not activate smart? |