sg3_utils
sg3_utils copied to clipboard
Author's own git mirror of his sg3_utils subversion repository. Note: default branch is now _main_. It includes tags from the various releases.
For some VPD pages, `sg_inq -HH` behaves oddly: ``` $ sg_inq -p bdc /dev/sda VPD INQUIRY: Block device characteristics VPD page (SBC) Non-rotating medium (e.g. solid state) Product type: Not...
This patch from @hreinecke fixes a problem where `rescan-scsi-bus.sh` was extremely slow because of repeated probing of standby devices in `testonline`. Our customer the slowness only in older releases of...
https://github.com/doug-gilbert/sg3_utils/blob/main/lib/sg_pr2serr.c#L1896 https://vdoc.pub/documents/scsi-ata-translation-5-sat-5-r01a-6dgve9kae3t0 
Hi, thanks for maintaining sg3_utils. The build system also builds a `libsgutils2-.so.2.0.0`, which is used by other software (ledmon, etc). Given the sg3_utils version number is embedded in the libsgutils2...
This fixes the output of `sg_vpd` trying to fetch VPD pages and reporting failure: ``` ... SCSI Ports VPD page: Relative port=1 Target port descriptor(s): designator type: NAA, code set:...
When I run `sg_inq -p 0x89 /dev/sdf` for a SSD I have in a little endian system, I get the following (SN redacted): ``` # sg_inq -p 0x89 /dev/sdf VPD...