util-linux/util-linux-ng-60-raw.rules
Karel Zak fd7089e44b 2.19-0.1: initial import of util-linux
Note that the upstream package has been renamed from util-linux-ng
back to util-linux. The util-linux-ng is obsolete now.

Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-19 09:56:35 +01:00

12 lines
452 B
Plaintext

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