sg3_utils icon indicating copy to clipboard operation
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.

Results 29 sg3_utils issues
Sort by recently updated
recently updated
newest added
trafficstars

```patch diff --git a/examples/sg_simple4.c b/examples/sg_simple4.c index 95a5023b..6f3799ad 100644 --- a/examples/sg_simple4.c +++ b/examples/sg_simple4.c @@ -118,7 +118,7 @@ int main(int argc, char * argv[]) io_hdr.mx_sb_len = sizeof(sense_buffer); io_hdr.dxfer_direction = SG_DXFER_FROM_DEV; io_hdr.dxfer_len =...

Hi! Thanks for writing this SES utility. Currently we found an issue with `--get` command for voltage thresholds. It seems the order for **low_crit** and **low_warn** is mixed up. First...

In building the testsuite on a few different architectures, I noticed a warning on s390x that might be worth consideration: 221s sg_scat_gath.cpp: In member function ‘int scat_gath_list::append_1or(int64_t, int64_t)’: 221s sg_scat_gath.cpp:603:23:...

When using sg_dd to recover data from error prone older SCSI devices, e.g. sg_dd retries=6 coe=1 bs=256 bpt=128 if=/dev/sg2 of=image.dd sg_dd will prematurely terminate the copy with "Medium, hardware or...

The sg_ses join_aes_helper() function incorrectly fails with a "not in join" error when EIIOE=1, if an element with AES is near the end of the element list. Per SES-3, when...

Hi, I tried to compile it on AIX but ran into: ``` gmake[2]: Entering directory '/devel/sg3_utils-1.48/lib' gmake[2]: *** No rule to make target 'getopt_long.o', needed by 'libsgutils2.la'. Stop. ``` AIX...

Hello, I have successfully connected to the iSCSI storage device , and I see all its volumes available under /dev/sd*. When I run `sg_luns` on one of these devices, I...

Hey, There’s a discussion ongoing regarding the formatting of drives using sg_format on the discussions board of ShredOS / nwipe (an open source Linux distribution to wipe disks securely with...

Update sg_rdac.c to accept --help or -h without error , update the version number of sg_rdac