You could try again to find backup superblocks with dumpe2fs:
sorry for the late reply.
one may also poke for potential superblock copies by using fsck -b and popular blocksize values (8192,16384,32768...)
in case you don't know the blocksize of the filesystem.
I also see that GPT message...
i would try read that out with gdisk or sgdisk
sgdisk -p /dev/md0
since md0 is reported as active.
if that works, i would try to use the information to copy the data blocks from /md0p? to a new filesystem (with a valid superblock).
mounting the device/partition is failing, but the data should be on there. So i'd try to work around that strategy to mount the filesystem.
There is a bit more detail to this, but first i'd like to see the output of sgdisk -p
I also didn't find much about this /dev/md127 on the net. any idea psycodad?
EDIT: seems like a complicated situation there. Don't give up.
The main thing that kept up my motivation with these errors, was seeking to experience that certain feeling after i got one of them finally resolved.
Off to sleep now.