I'm having quite a serious problem.
Today my server hung and I rebooted it - without any luck. Since it's a root server I started the recovery image and tried to mount my root-partition.
I am using dmraid, and unfortunatelly started with:
mdadm --create --level=1 --disk-count=2 /dev/md0 /dev/sda2 /dev/sdb2
It tried to resync, and I had to reboot. After the reboot I tried with:
mdadm --assemble /dev/md0 /dev/sda2 /dev/sdb2
The resync took quite long and afterwards I'm still not able to mount /dev/md0 .
Kernel log is:
Code: Select all
[ 156.281879] md: md0 stopped.
[ 156.282986] md: bind<sdb2>
[ 156.283161] md: bind<sda2>
[ 156.297031] md: raid1 personality registered for level 1
[ 156.299897] md/raid1:md0: not clean -- starting background reconstruction
[ 156.299904] md/raid1:md0: active with 2 out of 2 mirrors
[ 156.299942] md0: detected capacity change from 0 to 248841306112
[ 156.307937] md: resync of RAID array md0
[ 156.307944] md: minimum _guaranteed_ speed: 1000 KB/sec/disk.
[ 156.307947] md: using maximum available idle IO bandwidth (but not more than 200000 KB/sec) for resync.
[ 156.307952] md: using 128k window, over a total of 243009088k.
[ 156.417063] md0: unknown partition table
[ 935.195018] SQUASHFS error: Can't find a SQUASHFS superblock on md0
[ 935.195661] EXT4-fs (md0): VFS: Can't find ext4 filesystem
[ 937.801446] EXT4-fs (md0): VFS: Can't find ext4 filesystem
[ 5023.803727] md: md0: resync done.
[ 5023.892662] RAID1 conf printout:
[ 5023.892665] --- wd:2 rd:2
[ 5023.892668] disk 0, wo:0, o:1, dev:sda2
[ 5023.892671] disk 1, wo:0, o:1, dev:sdb2
[ 5360.859027] EXT4-fs (md0): VFS: Can't find ext4 filesystem
[ 5363.666290] SQUASHFS error: Can't find a SQUASHFS superblock on md0
[ 5363.666867] EXT4-fs (md0): VFS: Can't find ext4 filesystem
Thanks a lot!



