# cat /etc/rc.d/rc.local
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you dont
# want to do the full Sys V style init stuff.
raw /dev/raw/raw1 /dev/sda5
touch /var/lock/subsys/local
chown -R sybase:sybase /dev/sda5
chown -R sybase:sybase /dev/raw
这样这个裸设备 /dev/raw/raw1就可以作为设备路径在sybase里面创建数据库设备。