Changes between Initial Version and Version 1 of Ticket #800, comment 21
- Timestamp:
- Aug 17, 2021, 4:27:04 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #800, comment 21
initial v1 3 3 I get Function not implemented error when trying to get access smart parameters for one of them. 4 4 I am attaching the strace of the command here. 5 5 6 ---------------- 7 {{{ 6 8 [root@Poweredge-R720-ESXi6:/usr/local/sbin] strace ./smartctl -d sat --all /dev/disks/naa.6c81f660f18d100021b289ce0c3cf070 7 9 execve("./smartctl", ["./smartctl", "-d", "sat", "--all", "/dev/disks/naa.6c81f660f18d10002"...], [/* 19 vars */]) = 0 … … 33 35 ) = 74 34 36 exit_group(1) = ? 35 37 }}} 36 38 ---------------- 37 39 … … 44 46 Thank you 45 47 -Deepali 46