diff options
author | Bill Nottingham <notting@redhat.com> | 2004-10-12 01:00:13 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2004-10-12 01:00:13 +0000 |
commit | 441734ed2cd0eb0fbe5f4415e189e7d9b4bc8109 (patch) | |
tree | 26a4b81ead3d02bd90eca4aecf1f19d7222c4bc6 /sysconfig/rawdevices | |
parent | 5936ff2424df5881df53adb3f85d3a7335488967 (diff) | |
download | initscripts-441734ed2cd0eb0fbe5f4415e189e7d9b4bc8109.tar initscripts-441734ed2cd0eb0fbe5f4415e189e7d9b4bc8109.tar.gz initscripts-441734ed2cd0eb0fbe5f4415e189e7d9b4bc8109.tar.bz2 initscripts-441734ed2cd0eb0fbe5f4415e189e7d9b4bc8109.tar.xz initscripts-441734ed2cd0eb0fbe5f4415e189e7d9b4bc8109.zip |
return of rawdevices stuff
Diffstat (limited to 'sysconfig/rawdevices')
-rw-r--r-- | sysconfig/rawdevices | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysconfig/rawdevices b/sysconfig/rawdevices new file mode 100644 index 00000000..69360f0e --- /dev/null +++ b/sysconfig/rawdevices @@ -0,0 +1,8 @@ +# This file and interface are deprecated. +# Applications needing raw device access should open regular +# block devices with O_DIRECT. +# raw device bindings +# format: <rawdev> <major> <minor> +# <rawdev> <blockdev> +# example: /dev/raw/raw1 /dev/sda1 +# /dev/raw/raw2 8 5 |