File: README

package info (click to toggle)
lsscsi 0.32-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,056 kB
  • sloc: sh: 5,555; ansic: 4,554; makefile: 15
file content (20 lines) | stat: -rw-r--r-- 564 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Installation instructions are in the INSTALL file.

For a description of this utility see:
https://sg.danny.cz/scsi/lsscsi.html

The "man" page (lsscsi.8) in this directory may also be useful.

In Linux kernel versions 2.6.37 and 2.6.38 (and perhaps later)
configuring:
  CONFIG_SYSFS_DEPRECATED=y
  CONFIG_SYSFS_DEPRECATED_V2=y 

causes blocks device names (e.g. /dev/sda) not to be found.

Revisiting this in lk 5.9.6; configuring:
  CONFIG_SYSFS_DEPRECATED_V2=y
alone causes blocks device names (e.g. /dev/sda) not to be found.

Douglas Gilbert
25th April 2021