I am having trouble getting the raid devices to come up at reboot.  I am running
kernel 2.2.5-15 also i am using raidtools-0.90 to mkraid.
I has recompile kernel with some modules installed.
Configuration on kernel :
RAID4 / RAID5 (builtin)
Autodetection RAID
Linear (eppend) mode
Boot Support (linear,striped) (NEW)
 
Below is my dmesg error:
#####################
autodetecting RAID arrays
(read) sda2's sb offset: 3582400 [events: 00000004]
(read) sdb2's sb offset: 3582400 [events: 00000004]
(read) sdc5's sb offset: 3582336 [events: 00000004]
autorun ...
considering sdc5 ...
  adding sdc5 ...
  adding sdb2 ...
  adding sda2 ...
created md0
bind<sda2,1>
bind<sdb2,2>
bind<sdc5,3>
running: <sdc5><sdb2><sda2>
now!
sdc5's event counter: 00000004
sdb2's event counter: 00000004
sda2's event counter: 00000004
md: md0: raid array is not clean -- starting background reconstruction
kmod: failed to exec /sbin/modprobe -s -k md-personality-4, errno = 2
do_md_run() returned -22
unbind<sdc5,2>
export_rdev(sdc5)
unbind<sdb2,1>
export_rdev(sdb2)
unbind<sda2,0>
export_rdev(sda2)
md0 stopped.
... autorun DONE.
######################
  
1. Why md0 has stopped ?
2. How to solve this problem ?
 
 Regards
 

Reply via email to