Displaying 2 results from an estimated 2 matches for "diskres".
2010 May 02
3
help with tapply or other apply
Hi, my data looks this:
id forma program kod obor
rocnik
1 10001 kombinovan? Matematika M1101 matematika 1
2 10002 prezen?n? Informatika N1801 teoretick? informatika 1
3 10002 prezen?n? Informatika B1801 obecn? informatika 3
4 10003 prezen?n? Informatika M1801 softwarov?
2014 Oct 04
2
Mounting LUNs from a SAN array - LUN mappings to devices in /dev/ - are they static?
...n
/etc/udev/rules.d/* I see rules for scsi subsystem (sysfs type 0 is "disk"):
ACTION=="add", SUBSYSTEM=="scsi", WAIT_FOR_SYSFS="ioerr_cnt"
ACTION=="add", SUBSYSTEM=="scsi_device", SYSFS{type}=="0",
RUN+="socket:/org/kernel/diskres/uevents"
ACTION=="remove", SUBSYSTEM=="scsi_device",
RUN+="socket:/org/kernel/diskres/uevents"
So I do not see anything which could answer my question. There have been
other rules for different sysfs types but I think they are not relevant in
my case.
In sysfs i...