[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problem mdadm / mdstat sata raid




das sieht so aus als hättest du die partitionen nicht als normale sondern als spare hinzugefügt ... deswegen werden sie in mdstat auch nciht angezgeigt ...


naja so ähnlich,  removed mit:
mdadm /dev/md0 -f /dev/sdb1 -r /dev/sdb1 && sync &&
mdadm /dev/md2 -f /dev/sdb3 -r /dev/sdb3 && sync &&
mdadm /dev/md3 -f /dev/sdb5 -r /dev/sdb5 && sync &&
mdadm /dev/md4 -f /dev/sdb6 -r /dev/sdb6 && sync &&
mdadm /dev/md1 -f /dev/sdb2 -r /dev/sdb2 && sync &&

und anschliessend hinzugefügt  mit:
mdadm /dev/md1 -a /dev/sdb2 && sync &&
mdadm /dev/md0 -a /dev/sdb1 && sync &&
mdadm /dev/md2 -a /dev/sdb3 && sync &&
mdadm /dev/md3 -a /dev/sdb5 && sync &&
mdadm /dev/md4 -a /dev/sdb6 && sync &&

Nur nach einem reboot ist die alte Vertauschung der Partition wieder da.


Ich will nur vberhindern das beim reboot und austausch einer SATA
falsch synchronisiert wird.


--
Fred Jakobza
Software Development
EsPresto AG
Breite Str. 30-31
10178 Berlin/Germany
Tel: +49.(0)30.90 226.750
Fax: +49.(0)30.90 226.760
jakobza@espresto.com



Reply to: