> This is where I am encountering problems. mkraid reports:
>
> DESTROYING the contents of /dev/md1 in 5 seconds, Ctrl-C if unsure!
> handling MD device /dev/md1
> analyzing super-block
> disk 0: /dev/sda6, 530113kB, raid superblock at 530048kB
> disk 1: /dev/sdb6, 530113kB, raid superblock at 530048kB
> disk 2: /dev/sdc6, 530113kB, raid superblock at 530048kB
> disk 3: /dev/sdd6, 530113kB, raid superblock at 530048kB
> mkraid: aborted, see the syslog and /proc/mdstat for potential clues.
>
> And from syslog:
>
> Apr 27 15:01:10 gromit kernel: array md1 already exists!
yes- this means that the superblocks are already there. try using
mkraid --really-force /dev/md1
>
> And /proc/mdstat:
>
> md1 : inactive
this is possibly another problem. looks like you are not running a patched
kernel. better get the patch for your version: kernel 2.2.11-.13 use the .11
patch from ftp.XX.kernel.org/pub/linux/daemons/raid/alpha/ (where xx is your
country code)
if you are using 2.2.14 or higher, look at www.redhat.com/~mingo/
you will need to patch source and re-build/re-install kernel.
allan