I've finally managed to assemble my RAID10 array again. I'm hoping there might now be a way through this. (There is history, if anyone is interested).
I'm now getting:
# cat /proc/mdstat
Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
md127 : active raid10 sdb[0] sde[3] sdc[1]
5860270080 blocks super 1.2 512K chunks 2 near-copies [4/3] [UU_U]
Now if I try and mount it:
# mount -r -t ext4 /dev/md127 /media/raid2 mount: wrong fs type, bad option, bad superblock on /dev/md127, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so
If I check fstab the array ID is different to what mdadm is reporting - so I have tried editing fstab thus:
#UUID=9f6dfcc1-77c1-449a-9fa0-472df354a7b6 /media/raid2 ext4 defaults 0 1
UUID=3c055999-f299-f081-e35c-b3609e758f88 /media/raid2 ext4 defaults 0 1
I get:
# mount -a
mount: /dev/sdb already mounted or /media/raid2 busy
Can anyone recommend anything? Is there an equivalent to 'assume-clean' when mounting, or something similar that might at least give it its best effort before I scrap the whole lot and cry like a baby?