Wegweiser
|
|
SUSE 6.3: Raid1 läßt sich nicht erstellen
Problem: | mkraid /dev/md0 erzeugt folgenden Fehler:
mkraid: aborted, see the syslog and /proc/mdstat for potential clues.
cat /proc/mdstat zeigt:
Personalities : [3 raid1]
read_ahead not set
md0 : inactive
md1 : inactive
md2 : inactive
md3 : inactive |
System: | SUSE 6.3 raidtools 0.99.0 |
Lösung: |
- Deinstallation der raidtools
Serie ap
- Reinstallation der mdutils
Serie ap
- Hinweise, wie ein Raid konfiguriert findet man in der Dokumentation unter
/usr/doc/packages/mdutils
- /etc/raid1.conf anlegen
# Sample raid-1 configuration
raiddev /dev/md0
raid-level 1
nr-raid-disks 2
nr-spare-disks 0
device /dev/sda5
raid-disk 0
device /dev/sdb1
raid-disk 1
- Raid erstellen: mkraid /etc/raid1.conf
- Partitionen aktivieren: mdadd /dev/md0 /dev/sda5 /dev/sdb1
- /etc/mdtab anlegen
/dev/md0 raid1,8k /dev/sda5 /dev/sdb1
- mdrun -p1 /dev/md0
- Dateisystem anlegen: mkfs /dev/md0
- Mounten: mount /dev/md0 /mnt
Und schon kann man unter /mnt arbeiten |
Stichwörter: |
Linux, mdutils, raid, raidtool, SUSE
|
weitere Links: |
SUSE GmbH
|
Autor: |
Peter Schmidmaier
(Info Stand:01.03.00)
|
|