> > >
> > > What am I missing?
> >
> > have you set the type to linux raid autodetect?
> >
> > have you tried mdadm --assemble?
> >
> mdadm --assemble /dev/md0 didn't make any difference.
> Where do I set the type?
>
after assembling,
results of cat/proc/mdstat
personalities : [linear] [raid0] [raid10] [raid6] [raid5] [raid4]
[multipath] [faulty]
md0 : inactive sdb1[0](S) sdd1[3](S) sdc1[1](S)
4395409608 blocks super 1.2
unused devices: <none>
results of mdadm --detail /dev/md0
mdadm: md device /dev/md0 does not appear to be active.
results of /etc/init.d/mdadm status
* status: started
fstab line
/dev/md0 /data xfs noatime 0 0
Is there a raid option I need to add to the fstab entry?
Is there another service that needs to run, other than mdam?
Thanks
Jeff