open-source-firmware / go-tcg-storage

Go library for interfacing TCG Storage functions on storage devices
BSD 3-Clause "New" or "Revised" License
21 stars 10 forks source link

tcgdiskstat should scan /sys/class/scsi_generic/ as well #46

Open bluecmd opened 3 years ago

bluecmd commented 3 years ago

Some devices that haven't been loaded as block devices are listed under /sys/class/scsi_generic/ - and since we can operate on sg devices we should be fine listing these devices in addition the block ones.

Need to de-duplicate of course as well.