Displaying 1 result from an estimated 1 matches for "ignore_device".
2010 Mar 30
1
Disable specific LUN on a SCSI bus
...; so I gather some information with
udevinfo -a -p /sys/block/sdb and I try to use them to write
/etc/udev/rules.d/10-custom.rules
ID=="?:0:1:0", BUS=="scsi", DRIVER=="sd", SYSFS{model}=="DDYS-T36950N ",
SYSFS{vendor}=="IBM ", OPTIONS="ignore_device", OPTIONS+="last_rule"
I put the "?" on the ID field because I know that the order of the controller
can change (a kernel update could trigger the switch); also I tried with and
without the spaces at the end of vendor and model: no change
Where am I wrong? It is a differ...