Ja, gleiche Reihenfolge. Darauf hab ich extra geachtet und die Platten mit Zetteln markiert. FW war/ist jeweils die 640er.
Sicherung gabs mal, aber nachdem ich da schomal bei der Wiederherstellung selbiger nur noch Probleme hatte, hab ich die wieder gelöscht und seitdem auch keine mehr gemacht. Aber inwiefern wäre eine Konfigurationssicherung wichtig? Was stecken da für Daten drin, die ich nicht per Hand einstellen könnte?
Konfigurationsdatei ist vielleicht nicht so wichtig.
bei der Eingabe von mdstat habe ich die gleiche Meldung wie du,
also fehlt bei der Eigabe noch was.
CubeStation> mdstat
-ash: mdstat: not found
Richtig ist:
cat /proc/mdstat
Ausgabe bei mir:
CubeStation> cat /proc/mdstat
Personalities : [raid0] [raid1] [raid6] [raid5] [raid4]
md2 : active raid5 sda3[0] sdb3[1] sdc3[2] sdd3[3]
933753792 blocks level 5, 64k chunk, algorithm 2 [4/4] [UUUU]
md1 : active raid1 sda2[0] sdb2[1] sdc2[2] sdd2[3]
393472 blocks [4/4] [UUUU]
md0 : active raid1 sda1[0] sdb1[1] sdc1[2] sdd1[3]
787072 blocks [4/4] [UUUU]
gib mal: mdadm --query --detail /dev/md2
ein.
bei mir wird das folgende ausgeworfen:
CubeStation> mdadm --query --detail /dev/md2
/dev/md2:
Version : 00.90.03
Creation Time : Thu Apr 10 23:10:11 2008
Raid Level : raid5
Array Size : 933753792 (890.50 GiB 956.16 GB)
Device Size : 311251264 (296.83 GiB 318.72 GB)
Raid Devices : 4
Total Devices : 4
Preferred Minor : 2
Persistence : Superblock is persistent
Update Time : Mon Sep 15 12:51:04 2008
State : clean
Active Devices : 4
Working Devices : 4
Failed Devices : 0
Spare Devices : 0
Layout : left-symmetric
Chunk Size : 64K
UUID : f9e52f23:4385d7f3:62555e7f:e98f1c09
Events : 0.4
Number Major Minor RaidDevice State
0 8 3 0 active sync /dev/hda3
1 8 19 1 active sync /dev/hdb3
2 8 35 2 active sync /dev/sdc3
3 8 51 3 active sync /dev/hdd3
Mit diesen Befehlen wird nur der Status abgefragt es wird noch nicht geändert.
mfg
Henryk42