id summary reporter owner description type status priority milestone component version resolution keywords cc 1036 DEVICESCAN / --scan fails if multiple types specified olifre Christian Franke "{{{ $ smartctl -d ata -d sat -d scsi -d nvme --scan # scan_smart_devices: glob(3) aborted matching pattern /dev/discs/disc* $ smartctl -d ata --scan # scan_smart_devices: glob(3) aborted matching pattern /dev/discs/disc* $ smartctl --scan /dev/sda -d scsi # /dev/sda, SCSI device $ smartctl -d scsi -d ata --scan # scan_smart_devices: glob(3) aborted matching pattern /dev/discs/disc* }}} For this reason, the recommendation at: https://www.smartmontools.org/ticket/657?cversion=0&cnum_hist=8#comment:22 to use {{{ DEVICESCAN -d ata -d scsi -d sat -d nvme -a }}} can also never work. There appears to be no way to DEVICESCAN for mixed devices including nvme unless support is explicitly compiled in. " defect closed major Release 7.0 all 6.6 fixed linux