1、mdadm: no such device: /dev/md0:

解决方法:需要重新创建软RAID5阵列

2、mdadm: md device /dev/md0 does not appear to be active.

启动指定的阵列,重新阵列装配到系统中(--assemble)::

[root@flyer ~]# mdadm --assemble --scan /dev/md0

 # mdadm --assemble --scan -fv
 

 

 

root@dataLib ~]# mdadm  -E   /dev/sdc

     Number   Major   Minor   RaidDevice State
this     2       8       32        2      active sync   /dev/sdc

   0     0       0        0        0      removed
   1     1       0        0        1      faulty removed
   2     2       8       32        2      active sync   /dev/sdc
   3     3       8       48        3      active sync   /dev/sdd
   4     4       8       64        4      active sync   /dev/sde
   5     5       8       80        5      active sync   /dev/sdf