Sorry for repost but I believe I had posted in the wrong forum before.
Hi,I had a system running with 1 HD containing the OS and 4 other HDs in a stripe array (Raid 0, created using the Web GUI) for all my data. The hard drive containing OMV crashed and won't boot up anymore so I installed OMV on another hard drive.
What I want is to be able to get access to my Raid without losing any of the data. Is this possible?
This is the output of blkid:
Code
root@SERVER:~# blkid
/dev/sdc: UUID="fb49fb92-4b63-fb9e-24d2-5e35f7be1076" UUID_SUB="5b10166e-3457-e46e-5488-797a9b07345d" LABEL="SERVER:Server4Stripe" TYPE="linux_raid_member"
/dev/sdd: UUID="fb49fb92-4b63-fb9e-24d2-5e35f7be1076" UUID_SUB="9ec2529f-5639-0650-c7cf-5ad07fde3303" LABEL="SERVER:Server4Stripe" TYPE="linux_raid_member"
/dev/sde: UUID="fb49fb92-4b63-fb9e-24d2-5e35f7be1076" UUID_SUB="b03763ee-6281-3dcd-0649-e1690d853bc6" LABEL="SERVER:Server4Stripe" TYPE="linux_raid_member"
/dev/sda: UUID="fb49fb92-4b63-fb9e-24d2-5e35f7be1076" UUID_SUB="1a950803-9848-26f9-0b77-bb7a5b13594e" LABEL="SERVER:Server4Stripe" TYPE="linux_raid_member"
/dev/sdb1: UUID="66ea7578-41ef-43ce-90cf-19b927b5eeed" TYPE="ext4"
/dev/sdb5: UUID="4bbc90cb-2aa9-4534-b810-abb714000240" TYPE="swap"
but strangely cat /proc/mdstat gives this:
Under /dev I can only only see /md and md127, so I tried assembling the md127 array...
Code
root@SERVER:~# cat /proc/mdstat
Personalities :
unused devices: <none>
root@SERVER:~# mdadm --assemble /dev/md127
mdadm: /dev/md127 not identified in config file.
root@SERVER:~# mdadm --assemble /dev/md127 /dev/sdc /dev/sdd /dev/sde /dev/sda
mdadm: failed to add /dev/sde to /dev/md127: Invalid argument
mdadm: failed to add /dev/sdc to /dev/md127: Invalid argument
mdadm: failed to add /dev/sda to /dev/md127: Invalid argument
mdadm: failed to add /dev/sdd to /dev/md127: Invalid argument
mdadm: /dev/md127 assembled from 0 drives - need all 4 to start it (use --run to insist).
Display More
Thanks for any help in advance