Hallo Leute,

heute bin ich auf etwas gestoßen, was ich so noch nie gesehen habe.
Eine Festplatte wurde selbständig und komplett in ein Raid verwandelt.

Code:
mdstat:
Personalities : [raid1] [raid0] [raid10] [raid6] [raid5] [raid4] [linear] 
md1 : active raid1 sdb1[1]
      4194240 blocks [2/1] [_U]
      
md127 : active raid1 sda[1]
      1458846016 blocks [2/1] [_U]
      
unused devices: <none>
zu beachten ist dabei md127 mit sda komplett.
fdisk -l gibt folgendes aus:
Code:
Disk /dev/sdb: 1500.3 GB, 1500301910016 bytes
255 heads, 63 sectors/track, 182401 cylinders, total 2930277168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0004113c

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1            2048     8390655     4194304   fd  Linux raid autodetect
/dev/sdb2         8390656    12584959     2097152   82  Linux swap / Solaris
/dev/sdb3        12584960  1452292095   719853568   83  Linux
/dev/sdb4      1452292096  2930276351   738992128   83  Linux

Disk /dev/sda: 1500.3 GB, 1500301910016 bytes
255 heads, 63 sectors/track, 182401 cylinders, total 2930277168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xd7c84f63

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1            2048     8390655     4194304   fd  Linux raid autodetect
/dev/sda2         8390656    12584959     2097152   82  Linux swap / Solaris
/dev/sda3        12584960  2930276351  1458845696   83  Linux

Disk /dev/md127: 1493.9 GB, 1493858320384 bytes
2 heads, 4 sectors/track, 364711504 cylinders, total 2917692032 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xd7c84f63

      Device Boot      Start         End      Blocks   Id  System
/dev/md127p1            2048     8390655     4194304   fd  Linux raid autodetect
/dev/md127p2         8390656    12584959     2097152   82  Linux swap / Solaris
/dev/md127p3        12584960  2930276351  1458845696   83  Linux

Disk /dev/md1: 4294 MB, 4294901760 bytes
2 heads, 4 sectors/track, 1048560 cylinders, total 8388480 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000


Disk /dev/mapper/vg00-usr: 21.5 GB, 21474836480 bytes
255 heads, 63 sectors/track, 2610 cylinders, total 41943040 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000


Disk /dev/mapper/vg00-var: 107.4 GB, 107374182400 bytes
255 heads, 63 sectors/track, 13054 cylinders, total 209715200 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000


Disk /dev/mapper/vg00-home: 21.5 GB, 21474836480 bytes
255 heads, 63 sectors/track, 2610 cylinders, total 41943040 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000


Disk /dev/mapper/vg00-srv: 214.7 GB, 214748364800 bytes
255 heads, 63 sectors/track, 26108 cylinders, total 419430400 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
auch hier die disk /dev/md127

mdadm kann dieses komische raid nicht stoppen oder sda herausnehmen.
Die Meldung lautet, dass Prozess darauf zugreift oder md127 in einem raid oder vg befindet.
war vorher auch so:
dev/sda1 war im raid md1
dev/sda3 in der volume group

Vielleicht hat einer eine Ahnung, wie so etwas passieren konnte und wie man den Normalzustand wieder herstellen kann?

Danke im voraus.