2011-01-19 08:56:35 +00:00
|
|
|
#
|
|
|
|
# Enter raw device bindings here.
|
|
|
|
#
|
|
|
|
# An example would be:
|
2012-02-07 13:12:06 +00:00
|
|
|
# ACTION=="add", KERNEL=="sda", RUN+="/usr/bin/raw /dev/raw/raw1 %N"
|
2011-01-19 08:56:35 +00:00
|
|
|
# to bind /dev/raw/raw1 to /dev/sda, or
|
2012-02-07 13:12:06 +00:00
|
|
|
# ACTION=="add", ENV{MAJOR}=="8", ENV{MINOR}=="1", RUN+="/usr/bin/raw /dev/raw/raw2 %M %m"
|
2011-01-19 08:56:35 +00:00
|
|
|
# to bind /dev/raw/raw2 to the device with major 8, minor 1.
|