Quote:
Originally Posted by gdongg
Hey qwerty_tele,
I`m having the same problem........everything looks fine before reboot...but the raid does not come up after reboot....
I looked for the mdadm.conf file and its not there.
can you give me a copy.
you can just paste it here.
Thanks,
gdongg.
|
To create the mdadm.conf follow this steps:
(the raid must be created and assembled)
mkdir /etc/mdadm
touch /etc/mdadm/mdadm.conf
ln -s /etc/mdadm/mdadm.conf /etc/mdadm.conf
cd /etc/mdadm
cp mdadm.conf mdadm.conf.`date +%y%m%d`
echo "DEVICE partitions" > mdadm.conf
mdadm --detail --scan >> mdadm.conf