SNFS
Step 7 Change directory (cd) into /usr/src and create a link to the kernel source. Enter:
#cd /usr/src
#ln
Step 8 Change directory (cd) into
#cd
#
Step 9 Configure the kernel, build the kernel, build the modules and install the modules. Enter:
#make oldconfig
#make dep bzImage modules modules_install
Step 10 Copy the kernel into the /boot directory. Edit the /etc/sysconfig/kernel line that reads INITRD_MODULES="aacraid reiserfs" to include qla2300.
Step 11 Create a ramdisk. Enter:
#
#cp `find .
#grep INITRD /etc/sysconfig/kernel
INITRD_MODULES="aacraid reiserfs"
#vi /etc/sysconfig/kernel
#grep INITRD /etc/sysconfig/kernel INITRD_MODULES="aacraid reiserfs qla2300"
#cd /boot
#mkinitrd
Setting Up StorNext FS on Linux |