id summary reporter owner description type status priority milestone component version resolution keywords cc 1045 add support for SAS host managed drives chris Christian Franke "The industry is working on SAS host managed drives supporting the ZBC specification. It would be helpful if smartctl could read some basic SAS parameters on these drives, such as power on hours and grown defect list entries. The current issue is that these SAS HM drives are a different peripheral type (0x14) from a standard direct access drive (0x0), as per SPC-5, so in scsiprint.cpp they are not being recognized in the is_disk variable in the scsiPrintMain function. I have made local changes to support Seagate SAS HM drives. All that needs changing is an additional SCSI Peripheral Type in scsicmds.h (host managed device, 14h, see link below), and a check for that in scsiprint.cpp (in scsiPrintMain, in the is_disk check). https://en.wikipedia.org/wiki/SCSI_Peripheral_Device_Type" patch closed minor Release 7.0 smartctl 6.6 fixed scsi