i try to make 2 raid0's
mkraid /dev/md0
mkraid /dev/md0
mke2fs /dev/md0
[root@storage /root]# cat /proc/mdstat
Personalities : [raid0]
read_ahead 1024 sectors
md1 : active raid0 hdg1[1] hde1[0] 49981568 blocks 32k chunks
md0 : active raid0 hdc1[1] hda1[0] 49981568 blocks 32k chunks
but then i reboot
and try to start raid :
[root@storage /root]# raidstart /dev/md0
(read) hda1's sb offset: 24990720 [events: 00000034]
(read) hde1's sb offset: 24990720 [events: 00000034]
(read) hdg1's sb offset: 24990720 [events: 00000034]
(read) hdc1's sb offset: 24990720 [events: 00000034]
autorun ...
considering hdc1 ...
adding hdc1 ...
adding hdg1 ...
adding hde1 ...
adding hda1 ...
<...>
eh ?
why does it first try hdc1 ?
and then add g1,e1 and a1 ?
this is my /etc/raidtab :
raiddev /dev/md0
raid-level 0
persistent-superblock 0
chunk-size 32
nr-raid-disks 2
device /dev/hda1
raid-disk 0
device /dev/hdc1
raid-disk 1
raiddev /dev/md1
raid-level 0
persistent-superblock 0
chunk-size 32
nr-raid-disks 2
device /dev/hde1
raid-disk 0
device /dev/hdg1
raid-disk 1