probably, you are not REALLY running a patched kernel.
if you
cat /proc/mdstat
and see stuff about /dev/md0 being 'inactive'
then you are running an unpatched kernel, need to check lilo and make sure the
new kernel is there. also check your patch for rejects and your config to have
raid built in.
if you see:
Personalities :
read_ahead not set
unused devices: <none>
instead, then you are running a patched kernel, and your problem must lie
elsewhere (try recompiling the raid tools from source)
allan
Rainer Frohne <[EMAIL PROTECTED]> said:
> Hello,
>
> since two days (and nights) I try to get software RAID 0.90 running on
> SuSE-Linux with a standard kernel 2.2.14 with an raid patch found at
> .../mingus running.
>
> I can try what I want, every time the following error appears:
>
> mkraid: aborted, see the syslog and /proc/mdstat for potential clues
>
> but there is no hint.
>
> here my raidtab
>
> raiddev /dev/md0
> raid-level 5
> nr-raid-disks 7
> nr-spare-disks 0
> persistent-superblock 1
> parity-algorithm left-symmetric
> chunk-size 32
>
> device /dev/hda3
> raid-disk 0
> device /dev/hdb3
> raid-disk 1
> device /dev/hdc3
> raid-disk
> Does anyone know what's going wrong?
> I would be very happy if you can help me!
> regards
> Rainer Frohne
>
>
>