fd7089e
# This file and interface are deprecated.
fd7089e
# Applications needing raw device access should open regular
fd7089e
# block devices with O_DIRECT.
fd7089e
#
fd7089e
# Enter raw device bindings here.
fd7089e
#
fd7089e
# An example would be:
fd7089e
#   ACTION=="add", KERNEL=="sda", RUN+="/bin/raw /dev/raw/raw1 %N"
fd7089e
# to bind /dev/raw/raw1 to /dev/sda, or
fd7089e
#   ACTION=="add", ENV{MAJOR}=="8", ENV{MINOR}=="1", RUN+="/bin/raw /dev/raw/raw2 %M %m"
fd7089e
# to bind /dev/raw/raw2 to the device with major 8, minor 1.