I cannot restart the Pi without it going into Emergency Mode. I’m new to Linux so I may be a bit off here, but the Pi forums suggest that Emergency Mode is due to fstab failure.
Set up: Pi4 (8GB)
Quad Sata Hat
4 x Seagate Barracuda 2TB
It says during boot “A start job is running for /dev/md0”, but at this point the hat is not enabled, so md0 cannot be put together from sda to sdd, as they don’t exist.
How do I go about fixing this issue (to make the hat come on before fstab is processed)? I have never got this Pi to reboot, but if I do not reboot it everything works fine (I installed Nextcloud on it and transferred 600+GB onto it so the hardware does work). That data is held elsewhere and I have no qualms about destroying the array and rebuilding it.
This is the line added to fstab:
/dev/md0 /mnt ext4 defaults 0 0
Edit: although better spaced out than displayed here!
Many thanks in advance.