Displaying 2 results from an estimated 2 matches for "diskr".
Did you mean:
disk
2010 May 02
3
help with tapply or other apply
...801 teoretick? informatika 1
3 10002 prezen?n? Informatika B1801 obecn? informatika 3
4 10003 prezen?n? Informatika M1801 softwarov? syst?my 5
5 10004 prezen?n? Informatika B1801 obecn? informatika 2
6 10005 kombinovan? Informatika P1801 diskr?tn? modely a algoritmy 2
stav ukrok
1 zanechal 2002/2003
2 studuje
3 absolvoval 2008/2009
4 absolvoval 2005/2006
5 zanechal 2007/2008
6 zanechal 2004/2005
data$ukrok is a factor
data$rocnik is numeric
I want to create new column (data$z) and in this column have...
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...