《linux加载raid驱动.docxVIP

  • 14
  • 0
  • 约3.16千字
  • 约 9页
  • 2016-12-27 发布于北京
  • 举报
CentOS安装RAID卡驱动总结首先先介绍第一种方法:第一种方法就是采用linuxdd来加载驱动,首先准备一个读卡器和sd卡或者u盘:驱动文件名为cpq_cciss-3.6.26-5.rhel5.i686.dd.gz,解压成**.dd格式,gunzip -d cpq_cciss-3.6.26-5.rhel5.i686.dd.gz此处为方便重命名为p410.dd。找一台Linux机器,把文件拷贝到/tmp,U盘的设备名为sdb,使用命令如:dd if=/tmp/megaraid_sas.img of=/dev/sdb,具体如下: [root@mythtmp]#dd if=/tmp/p410.dd of=/dev/sdb 2880+0 recordsin 2880+0 recordsout 1474560 bytes(1.5 MB) copied, 1.01765 s, 1.4 MB/s [root@mythmnt]#mount /dev/sdbmp [root@mythmnt]#cd mp [root@mythmp]#lslost+foundmodinfomodules.aliasmodules.cgzmodules.depmodules.pcimappcitablerhdd [root@mythmp]#cd .. [root@mythmnt]#umount /dev/sdbCentos5.5安装上步完成后将U盘插到服务器上,插入光盘开始安装,在进入到安装界面的时候按F2 (Centos版本6是按ESC键就会出现boot:)接着在boot:后面输入linuxdd并按回车进入到阵列卡驱动安装界面,会提示是否提供驱动磁盘选择yes,选择驱动磁盘的来源,选择sda,提示插入驱动磁盘。如果驱动不正确则提示:Failed to mount drive disk 如果驱动正确则提示加载usb-storage ,此时驱动已经完全加载完成一次加载后提示是否再加载其他存储驱动,如果已经加载完则选择NO加载光盘到boot: linuxdd加载驱动正在加载usb-storage driver驱动。询问是否要加载驱动选择yes选择sda设备usb设备都是被识别为scsi设备是否要加载/dev/sda设备选择ok是否要加载额外的驱动否第二种方法:利用linuxnostorage首先把u盘分区[root@zh888 ~]# fdisk -l//查看所有分区和硬盘Disk /dev/sdb: 1000 MB, 1000341504 bytes//这是第二块u盘的信息为1g31 heads, 62 sectors/track, 1016 cylindersUnits = cylinders of 1922 * 512 = 984064 bytesSector size (logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal): 512 bytes / 512 bytesDisk identifier: 0x6f20736bDevice Boot????? Start???????? End????? Blocks?? Id? System[root@zh888 ~]# fdisk /dev/sdb//分区第二块scsi设备u盘WARNING: DOS-compatible mode is deprecated. Its strongly recommended toswitch off the mode (command c) and change display units tosectors (command u).Command (m for help): p//查看分区Disk /dev/sdb: 1000 MB, 1000341504 bytes31 heads, 62 sectors/track, 1016 cylindersUnits = cylinders of 1922 * 512 = 984064 bytesSector size (logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal): 512 bytes / 512 bytesDisk identifier: 0x6f20736bDevice Boot????? Start???????? End????? Blocks?? Id? SystemCommand (m for help): n//创建新分区newCommand actione?? extendedp?? pri

文档评论(0)

1亿VIP精品文档

相关文档