Highpoint RocketRAID 2320 User Manual Page 53

  • Download
  • Add to my manuals
  • Print
  • Page
    / 77
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 52
After extracting the driver module, load it using the following commands:
# modprobe sd_mod
# insmod rr2320.ko
Arrays attached to the adapter can be accessed as SCSI devices (e.g. /dev/sda).
Step 2 Mounting and Partitioning the Device
Example: A RAID array has been configured between several hard disks.
This array will be registered to the system as device “/dev/sda”.
To create a partition on this array (which will listed as /dev/sda1), use the “fdisk /
dev/sda” command.
Next, use the “mkfs /dev/sda1” command to setup a file system on this partition.
Use the command “mkdir xxxx” to create a mount point for the RAID array. Then
mount /dev/sda1 /xxxx in order to access it.
Note: xxxx represents the desired name of the mount point.
Step 3 Configure System to Automatically Load the Driver
To avoid typing in “insmod rr2320.ko” each time the operating system is booted, the
system must be instructed to automatically load the module during bootup. To install
the module, type in the following commands (first change to the directory where the
proper rr2320.ko file is located):
#cp rr2320.ko /lib/modules/‘uname –r‘/kernel/drivers/scsi.
#depmod
Then, instruct the system to load the module when booting. Use the following
commands:
#echo “modprobe rr2320” > /etc/init.d/hptdriver
Linux Driver Support
5-3
Page view 52
1 2 ... 48 49 50 51 52 53 54 55 56 57 58 ... 76 77

Comments to this Manuals

No comments