# mdadm.conf # # Please refer to mdadm.conf(5) for information about this file. # # by default, scan all partitions (/proc/partitions) for MD superblocks. # alternatively, specify devices to scan, using wildcards if desired. DEVICE partitions # auto-create devices with Debian standard permissions CREATE owner=root group=disk mode=0660 auto=yes # automatically tag new arrays as belonging to the local system HOMEHOST # instruct the monitoring daemon where to send mail alerts MAILADDR root ARRAY /dev/md1 level=raid0 num-devices=2 devices=/dev/sdc1,/dev/sdd1 ARRAY /dev/md2 level=raid1 num-devices=2 devices=/dev/sdc2,/dev/sdd2 ARRAY /dev/md3 level=raid1 num-devices=2 devices=/dev/sdc3,/dev/sdd3