PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : SW RAID 1: md0 already has disks!



dsiggi
06.06.07, 15:50
Hi,
erst mal ein paar Infos zu meinem System:
Distro: Kubuntu 7.04
IDE-Controller: Promise Ultra100 TX2
MB: MSI K8t-Neo 2f

2 Festplatten sind an dem SATA-Controllers des MBs angeschlossen, und 4 an dem Promise IDE-Controller.

Die /boot- und Swap-Partition liegen auf KEINEM SW-Raid.

Das Problem ist nun folgendes:
Gestern ginng noch alles einwandfrei. Aber heute will ich meinem PC einschalten und es regnet nur noch Fehlermeldungen.

Hier erstmal die Ausgabe von "fdisk -l":


Disk /dev/hde: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hde1 * 1 3916 31455238+ 7 HPFS/NTFS
/dev/hde2 3917 3929 104422+ 83 Linux
/dev/hde3 3930 4060 1052257+ 82 Linux swap / Solaris

Disk /dev/hdf: 163.9 GB, 163928604672 bytes
255 heads, 63 sectors/track, 19929 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdf1 1 19209 154296261 fd Linux raid autodetect
This disk has both DOS and BSD magic.
Give the 'b' command to go to BSD mode.

Disk /dev/hdh: 81.9 GB, 81964302336 bytes
255 heads, 63 sectors/track, 9964 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdh1 1 2432 19535008+ fd Linux raid autodetect
/dev/hdh2 2433 6079 29294527+ fd Linux raid autodetect
/dev/hdh3 6080 9848 30274492+ fd Linux raid autodetect

Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 1 19209 154296261 fd Linux raid autodetect

Disk /dev/sdb: 82.3 GB, 82348277760 bytes
255 heads, 63 sectors/track, 10011 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sdb1 1 2432 19535008+ fd Linux raid autodetect
/dev/sdb2 2433 6079 29294527+ fd Linux raid autodetect
/dev/sdb3 6080 9848 30274492+ fd Linux raid autodetect

Disk /dev/md0: 157.9 GB, 157999300608 bytes
2 heads, 4 sectors/track, 38574048 cylinders
Units = cylinders of 8 * 512 = 4096 bytes


Disk /dev/md3: 31.0 GB, 31000952832 bytes
2 heads, 4 sectors/track, 7568592 cylinders
Units = cylinders of 8 * 512 = 4096 bytes


Disk /dev/md2: 29.9 GB, 29997465600 bytes
2 heads, 4 sectors/track, 7323600 cylinders
Units = cylinders of 8 * 512 = 4096 bytes


Disk /dev/md1: 20.0 GB, 20003749888 bytes
2 heads, 4 sectors/track, 4883728 cylinders
Units = cylinders of 8 * 512 = 4096 bytes


Und hier nun die /var/log/kern.log:
http://www.siggimania4u.de/sonstiges/kern.log


Ich hab dann mal die System-Rescue-CD gebootet, da diese beim booten bestehente SW-Raids erkennt und automatisch einbindet. Dort läuft das RAID ohne Probleme.

dsiggi

jacky0815
06.06.07, 20:34
was sagt denn
cat /proc/mdstat?

dsiggi
06.06.07, 20:59
Hi,
cat /proc/mdstat gibt folgendes aus:


Personalities : [raid1]
md3 : active raid1 sdc3[0] sde3[1]
30274368 blocks [2/2] [UU]

md2 : active raid1 sdc2[0] sde2[1]
29294400 blocks [2/2] [UU]

md1 : active raid1 sdc1[0] sde1[1]
19534912 blocks [2/2] [UU]

unused devices: <none>



dsiggi

dsiggi
09.06.07, 13:47
Hi,
wie kann ich den ein RAID wieder löschen?

Wenn ich es wie folgt versuche, ist das RAID beim nächstem reboot wieder da.



mdadm --manage --stop /dev/md0
mdadm --manage --remove /dev/md0


dsiggi