Sen til mitt andra problem. Det är den biten för att få datorn att lägga till arrayen vid start. Jag förstår inte riktigt hans instruktioner.
Kod: Markera allt
UPDATE SYSTEM FILES TO AUTOMATICALLY LOAD RAID
-System File to Load Raid ARRAY
mdadm --detail --scan --verbose
*********************************************
santhony@ubuntu:~$ sudo mdadm --detail --scan --verbose
mdadm: metadata format 00.90 unknown, ignored.
ARRAY /dev/md0 level=raid5 num-devices=4 metadata=00.90 UUID=67350c39:89f0ac91:0f5b4e61:2c17f314
devices=/dev/sda1,/dev/sdb1,/dev/sdc1,/dev/sdd1
*********************************************
This output is placed into the mdadm.cfg file. YOu should see a previous entry in this file, the default configuration... If you get it wrong, it shouldn't blow up your array or cause any irreverisble damage. This just helps the array to auto build during the boot process.
-Edit the mdadm.cfg with the new array info from the command mentioned above.
/etc/mdadm/mdadm.cfg
Kod: Markera allt
ARRAY /dev/md0 level=raid5 num-devices=6 metadata=00.90 UUID=bc6c31bd:dd54e5a5:fd41e532:66b1feea
devices=/dev/sda1,/dev/sdb1,/dev/sdc1,/dev/sdd1,/dev/sde1,/dev/sdf1