#!/bin/bash
# rawio		Map block devices to raw character devices.
# description:  rawio mapping
# chkconfig: 2345 98 01
#

# Bind raw devices to block devices.
# Tailor to match the device special files matching your disk configuration.
# Note: Must be world readable for cluster web GUI to be operational.
#raw /dev/raw/raw1 /dev/sdb2
#chmod a+r /dev/raw/raw1
#raw /dev/raw/raw2 /dev/sdb3 
#chmod a+r /dev/raw/raw2
