Habe nochmals alle bisherigen Tipps und Abfragen unter root eingegeben.
Hier das Resultat.
CubeStation login: root
Password:
CubeStation> fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 310 2490043+ fd Linux raid autodetect
/dev/sda2 311 375 522112+ fd Linux raid autodetect
/dev/sda3 392 60801 485243325 fd Linux raid autodetect
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 1 310 2490043+ fd Linux raid autodetect
/dev/sdb2 311 375 522112+ fd Linux raid autodetect
/dev/sdb3 392 60801 485243325 fd Linux raid autodetect
Disk /dev/sdc: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdc1 1 310 2490043+ fd Linux raid autodetect
/dev/sdc2 311 375 522112+ fd Linux raid autodetect
/dev/sdc3 392 60801 485243325 fd Linux raid autodetect
Disk /dev/sdd: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdd1 1 310 2490043+ fd Linux raid autodetect
/dev/sdd2 311 375 522112+ fd Linux raid autodetect
/dev/sdd3 392 60801 485243325 fd Linux raid autodetect
-----------------------------------------------------------------------------------
CubeStation> fdisk /dev/sda
The number of cylinders for this disk is set to 60801.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Command (m for help): p
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 310 2490043+ fd Linux raid autodetect
/dev/sda2 311 375 522112+ fd Linux raid autodetect
/dev/sda3 392 60801 485243325 fd Linux raid autodetect
Command (m for help): q
------------------------------------------------------------------------------------
CubeStation> fdisk /dev/hda
The number of cylinders for this disk is set to 60801.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Command (m for help): p
Disk /dev/hda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 1 310 2490043+ fd Linux raid autodetect
/dev/hda2 311 375 522112+ fd Linux raid autodetect
/dev/hda3 392 60801 485243325 fd Linux raid autodetect
Command (m for help): q
--------------------------------------------------------------------------------------
CubeStation> cat /proc/mdstat
Personalities : [raid0] [raid1] [raid6] [raid5] [raid4]
md1 : active raid1 sda2[0] sdb2[1] sdc2[2] sdd2[3]
522048 blocks [4/4] [UUUU]
md0 : active raid1 sda1[0] sdb1[1] sdc1[2] sdd1[3]
2489920 blocks [4/4] [UUUU]
unused devices: <none>
-------------------------------------------------------------------------------------
CubeStation> mdadm --detail --query /dev/hda3
/dev/hda3: is not an md array
CubeStation> mdadm --detail --query /dev/hdb3
/dev/hdb3: is not an md array
CubeStation> mdadm --detail --query /dev/hdc3
/dev/hdc3: is not an md array
CubeStation> mdadm --detail --query /dev/hdd3
/dev/hdd3: is not an md array
CubeStation> mdadm --query --detail /dev/md2
mdadm: md device /dev/md2 does not appear to be active.
CubeStation> mdadm --examine /dev/hd[a-d]3
mdadm: No md superblock detected on /dev/hda3.
mdadm: No md superblock detected on /dev/hdb3.
mdadm: No md superblock detected on /dev/hdc3.
mdadm: No md superblock detected on /dev/hdd3.
--------------------------------------------------------------------------------------
CubeStation> mdadm --assemble --force -v /dev/md2 /dev/hda3 /dev/hdb3 /dev/hdc3
/dev/hdd3
mdadm: looking for devices for /dev/md2
mdadm: no recogniseable superblock on /dev/hda3
mdadm: /dev/hda3 has no superblock - assembly aborted
CubeStation> mdadm -A /dev/md2 --update=byteorder /dev/hd[a-d]3
mdadm: no RAID superblock on /dev/hda3
mdadm: /dev/hda3 has no superblock - assembly aborted
CubeStation> cat /proc/mdstst
cat: /proc/mdstst: No such file or directory
CubeStation> cat /proc/mdstat
Personalities : [raid0] [raid1] [raid6] [raid5] [raid4]
md1 : active raid1 sda2[0] sdb2[1] sdc2[2] sdd2[3]
522048 blocks [4/4] [UUUU]
md0 : active raid1 sda1[0] sdb1[1] sdc1[2] sdd1[3]
2489920 blocks [4/4] [UUUU]
unused devices: <none>