Code: Alles auswählen
W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
Die fstab dazu sieht so aus:
Code: Alles auswählen
# file system mount point type options dump pass
/dev/md1 / ext3 defaults 0 0
/dev/md0 /boot ext2 nosuid,nodev 0 2
/dev/sda2 none swap sw 0 0
/dev/sdb2 none swap sw 0 0
proc /proc proc defaults 0 0
Code: Alles auswählen
# 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 <system>
# instruct the monitoring daemon where to send mail alerts
MAILADDR root
# definitions of existing MD arrays
# This file was auto-generated on Mon, 16 Feb 2009 19:10:41 +0100
# by mkconf $Id$