I had a very simple RAID0 set up with just two disks, and it was assembling fine for a long time after rebooting.
Then suddenly it is not loading anymore.
mdadm.conf:
DEVICE partitions
ARRAY /dev/md0 level=raid0 num-devices=2 metadata=1.2 name=simernes:0 UUID=xxxxxxxx:xx1337xx:xxxxxxxx:xxxxxxxx devices=/dev/sda,/dev/sdc
What could be the reason for this happening, and how should I start troubleshooting?
I've seen in some old posts people referencing a mdadm service, but there is no such service found on my computer (Fedora 31).
$ sudo systemctl status mdadm
Unit mdadm.service could not be found.