Custom Query (1414 matches)
Results (103 - 105 of 1414)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#547 | wontfix | smartctl -H same output for SCSI and ATA devices | ||
Description |
scsiprint.cpp pout("SMART Health Status: OK\n"); should be changed to: pout("SMART overall-health self-assessment test result: PASSED\n"); It allows to parse output for different devices in the same way. |
|||
#40 | fixed | smartctl --test when a test is already running causes it to abort | ||
Description |
Hi,
smartctl can be used to execute a test on a drive already running another test. In my case, I ran a short test on a drive already running a long test. I was not aware that SMART could only handle 1 test at a time. Apparently, SMART can't resume aborted tests. smartctl's behavior in this case seems to be to execute the newly requested test without caring about the already one. The worst problem with this is loss of time, as in my scenario. I see two options: running the newly requested test after the currently running one is finished, or prompt for what to do. |
|||
#158 | fixed | smartctl --attributes output should fit within 80 columns | ||
Description |
Most terminal emulators default to 80 columns, so smartctl -A should default to producing output that fits within that width. |