zoukankan      html  css  js  c++  java
  • a320raid

    Christoph Hellwig writes: On Tue, Jan 18, 2005 at 05:39:03PM +0800, Richard Cai wrote: >>

    I am using intel SE7501WV2 server, with a AIC 7902(A) SCSI control , >>

    a320raid driver. OS is redhat 8.0 , kernel is 2.4.18-14. if I run lsmod, >>

    it showes the a320raid module is right. Now I want to recompile to >>

    kernel , but every time when I run the command make install, it will >>

    prompt : "No module a320raid found for kernel 2.4.18-14custom " . Who >>

    can lead me a right way ? thanks. >

    There's never been an a320raid module in the kernel tree. Try to find >

    out where you got it from and ask them for the driver source.

    The driver is from Adaptec, and contains proprietary RAID code, and was release as a binary only.

    You have three options:

    1) Risky, recompile using a `standard' RH configuration name (ie: drop custom) or be willing to do a forced load of the module, ignore the error or circumvent it, and reuse the distributed a320raid module as-is. If internal kernel structures change with your custom config, you will be SOL.

    2) Acquire the emd driver in combination with aic79xx. Emd reads the RAID metadata from the drives. Emd was released by Adaptec (Justin Gibbs) as reported in the raid list last year and is a public domain replacement for the a320raid driver.

    3) Drop the driver arrays and minimize your data losses, turn off HostRAID mode on the adapter and use the aic79xx driver. If you need the arrays, transition to one of dm, md or emd software RAID drivers. Sincerely -- Mark Salyzyn

  • 相关阅读:
    每天进步一点点-->函数fseek() 使用方法
    几种更新(Update语句)查询的方法
    hibernate批量删除和更新数据
    Android ViewPager使用具体解释
    Linux curses库使用
    安装numpy、nltk问题汇总
    android widget 开发实例 : 桌面便签程序的实现具体解释和源代码 (上)
    Eclipse中SVN的安装步骤(两种)和用法
    Intent用法
    Tomcat全攻略
  • 原文地址:https://www.cnblogs.com/jjkv3/p/2478773.html
Copyright © 2011-2022 走看看