I did show you all info step by step … nothing hidden
some additional info might be interesting
localhost:/ # mdadm -X /dev/md/0_0
mdadm: This is an md array. To view a bitmap you need to examine
mdadm: a member device, not the array.
mdadm: Reporting bitmap that would be used if this array were used
mdadm: as a member of some other array
Filename : /dev/md/0_0
Magic : 00000000
mdadm: invalid bitmap magic 0x0, the bitmap file appears
mdadm: to be corrupted or missing.
Version : 0
mdadm: unknown bitmap version 0, either the bitmap file
mdadm: is corrupted or you need to upgrade your tools
localhost:/ # mdadm -E /dev/md/0_0
mdadm: No md superblock detected on /dev/md/0_0.
localhost:/ #
Why am i referring to /dev/md/0_0 and not /dev/127 because md/0_0 is listed in the partition overview. /dev/127 only shows up
localhost:/ # cat /proc/mdstat
Personalities : [raid1]
md127 : active (read-only) raid1 sdc2[1]
955287040 blocks super 1.0 [2/1] [_U]
bitmap: 7/8 pages [28KB], 65536KB chunk
md0 : active raid1 sdb1[1]
468859712 blocks super 1.0 [2/1] [_U]
bitmap: 4/4 pages [16KB], 65536KB chunk
unused devices: <none>
localhost:/ # mount /dev/md127 /mnt
mount: /mnt: wrong fs type, bad option, bad superblock on /dev/md127, missing codepage or helper program, or other error.
dmesg(1) may have more information after failed mount system call.
localhost:/ #
@malcolmlewis
Hi Malcolm , thank you for your help. I need to come back to it at a later date.
I have some other issues (software) which need to be addressed more urgently.