Linux(Fedora,Red Hat,SuSE) Driver Support
Step 3 Configure System to Automatically Load the Driver
Most likely, you will not want to type in “insmod rr26xx.ko” each time you boot up
the system. Therefore you must install the module and tell the system about it. To
install the module, type in the following commands (first change directory to where
the proper rr26xx.ko locates):
# cp rr26xx.ko /lib/modules/‘uname –r‘/kernel/drivers/scsi
# depmod
Then you should inform the system load the module when system boots
up with the following command:
# cp rr26xx.ko /lib/modules/‘uname –r‘/kernel/drivers/scsi
# depmod
# ln –sf /etc/init.d/hptdriver /etc/rc.d/rc3.d/S01hptdriver
# ln –sf /etc/init.d/hptdriver /etc/rc.d/rc4.d/S01hptdriver
# ln –sf /etc/init.d/hptdriver /etc/rc.d/rc5.d/S01hptdriver
Step 4 Configure System to Mount Volumes when Startup
Now you can inform the system to automatically mount the array by modifying the file /
etc/fstab. E.g. you can add the following line to tell the system to mount /dev/sda1 to
location /mnt/raid after startup:
/dev/sda1 /mnt/raid ext3 defaults 0
6-7