Ich bearbeite nun meinen ersten Abschnitt!
for testing purose..pleas eignor
bluh blop
bb ll aa hh
* siehe Links
'1. Create a new RAID array'
Create (mdadm –create) is used to create a new array:
mdadm –create –verbose /dev/md0 –level=1 /dev/sda1 /dev/sdb2
or using the compact notation:
mdadm -Cv /dev/md0 -l1 -n2 /dev/sd[ab]1
'2. /etc/mdadm.conf'
/etc/mdadm.conf or /etc/mdadm/mdadm.conf (on debian) is the main configuration file for mdadm. After we create our RAID arrays we add them to this file using:
mdadm –detail –scan » /etc/mdadm.conf
or on debian
mdadm –detail –scan » /etc/mdadm/mdadm.conf