linux 加载raid驱动.docxVIP

  • 22
  • 0
  • 约3.16千字
  • 约 8页
  • 2016-08-21 发布于河南
  • 举报
linux 加载raid驱动

CentOS安装RAID卡驱动总结首先先介绍第一种方法:第一种方法就是采用linux dd来加载驱动,首先准备一个读卡器和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@myth tmp]#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@myth mnt]#mount /dev/sdb mp [root@myth mnt]#cd mp [root@myth mp]#ls lost+found modinfo modules.alias modules.cgz modules.dep modules.pcimap pcitable rhdd [root@myth mp]#cd .. [root@myth mnt]#u

文档评论(0)

1亿VIP精品文档

相关文档