I have a raid5 NAS on Open Media Vault, with 3x 2To disks.
A few days ago I've inserted a spare disk from another raid. I did not see it at the beginning, but I think that changed disks order. Then I run cfdisk to make a new volume, maybe on the wrong /dev/. I think, not sure of that.
Nothing was wrong until the system got rebooted.
Now I'm stuck at boot with a very bad message
journalctl :
Dec 27 20:44:13 pacem systemd-fsck[362]: /dev/md1: One or more block group descriptor checksums are invalid. FIXED.
Dec 27 20:44:13 pacem systemd-fsck[362]: /dev/md1: Group descriptor 0 checksum is 0x0000, should be 0xbd42.
Dec 27 20:44:13 pacem systemd-fsck[362]: /dev/md1: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
Dec 27 20:44:13 pacem systemd-fsck[362]: (i.e., without -a or -p options)
Raid seems to be fine
cat /proc/mdstat
Personalities : [raid6] [raid5] [raid4]
md1 : active raid5 sdd1[0] sdc1[3] sdb1[1]
3907026624 blocks super 1.0 level 5, 32k chunk, algorithm 2 [3/3] [UUU]
bitmap: 0/15 pages [0KB], 65536KB chunk
Also I've check dumpe2fs /dev/md1 | grep -i superblock
It says `ext2fs_read_bb_inode: A block group is missing at inode table' but I see a list of superblocks backup.
Is there any chance to restore this filesystem ? What's the best thing to try first ?