Custom Query (1361 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (133 - 135 of 1361)

Ticket Resolution Summary Owner Reporter
#728 fixed os_netbsd.cpp: Add NVMe support for NetBSD Christian Franke Christian Franke
Description

Smartmontools does not yet support NVMe devices on NetBSD. See the NVMe wiki page for further info.

This ticket depends on ticket #101.

#317 fixed os_linux.cpp: max_pathc value is low Christian Franke kicca
Description

You should change const int max_pathc = 32 to a higher value because with this value smartctl --scan shows false data.

with the old value (32): smartctl --scan|wc -l 58

and the new (48): ./smartctl --scan|wc -l 74

#93 wontfix os_linux.cpp: Use SG_IO instead of deprecated SCSI ioctl somebody Christian Franke
Description

Some controller specific functions in os_linux.cpp still use some old SCSI pass-through ioctl. This may result in syslog messages like:

... kernel: [...] program smartd is using a deprecated SCSI ioctl, please convert it to SG_IO

SG_IO should be used if supported.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.