- Registriert
- 25 Mai 2009
- Beiträge
- 4.434
Hallo Leute,
ein Linux-Neuling braucht da mal eure Hilfe. Ich habe erfolgreich ein RAID5 Verbund angelegt (md0). Nur leider bekomme Ich es nicht hin dass dieser automatisch beim Hochfahren gemountet wird.
Das Device lässt sich ganz normal über "Rechner" mit einem Rechtsklick einhängen.
Hier mal ein paar Ausgaben:
fstab
cat /proc/mdstat:
mdadm.conf
Vielleicht erkennt ja einer jetzt schon einen Fehler.
Gruß
Daniel
ein Linux-Neuling braucht da mal eure Hilfe. Ich habe erfolgreich ein RAID5 Verbund angelegt (md0). Nur leider bekomme Ich es nicht hin dass dieser automatisch beim Hochfahren gemountet wird.
Das Device lässt sich ganz normal über "Rechner" mit einem Rechtsklick einhängen.
Hier mal ein paar Ausgaben:
fstab
Code:
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sde6 during installation
UUID=3dde3c79-8f96-4a19-984c-640d56b9b986 / ext3 errors=remount-ro 0 1
# /home was on /dev/sde7 during installation
UUID=ad38b62d-38f5-47b1-8e8b-2c03a609098d /home ext3 defaults 0 2
# swap was on /dev/sde5 during installation
UUID=5bdbb8b9-e33d-4a0e-b6ba-44860fd556a4 none swap sw 0 0
# /dev/md0 /dev/md0 ext3 defaults 0 0
cat /proc/mdstat:
Code:
Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
md0 : active raid5 sdc3[2] sdd3[3] sdb3[1] sda3[0]
4395407808 blocks level 5, 64k chunk, algorithm 2 [4/4] [UUUU]
unused devices: <none>
mdadm.conf
Code:
# 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 Sat, 16 Oct 2010 15:34:16 +0200
# by mkconf $Id$
DEVICE /dev/sda3 /dev/sdb3 /dev/sdc3 /dev/sdd3
ARRAY /dev/md0 level=raid5 num-devices=4 metadata=00.90 UUID=905bb209:159e471b:e368bf24:bd0fce41
mdadm --detail --scan
Vielleicht erkennt ja einer jetzt schon einen Fehler.
Gruß
Daniel