Changes between Initial Version and Version 1 of Ticket #1606
- Timestamp:
- May 1, 2022, 12:13:11 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1606 – Description
initial v1 2 2 3 3 *** Demonstration of Problem *** 4 {{{ 4 5 root@freenas:~ # smartctl -jl selftest /dev/da12 5 6 { … … 62 63 63 64 Long (extended) Self-test duration: 6 seconds [0.1 minutes] 64 65 }}} 65 66 66 67 *** Expected Behavior (captured from a SATA drive in the same machine) *** 68 {{{ 67 69 root@freenas:~ # smartctl -jl selftest /dev/ada0 68 70 { … … 356 358 } 357 359 } 360 }}}