linux RAID 10 Array not mounting / working (Linux)
Go to solution
Solved by Gray The Alien,
Just posting this here if anyone (myself included) in the future has this problem. I ran this command:
mdadm --assemble --verbose /dev/md0 /dev/sda /dev/sdb /dev/sdc /dev/sdd --update=devicesize
Found here: https://forum.openmediavault.org/index.php?thread/25012-missing-raid/
And I almost fell out of my chair as the array became alive again. It would not mount properly tho because it said it needed to be cleaned, so I ran this command:
sudo e2fsck /dev/md0 -y
Found here: https://askubuntu.com/questions/910078/structure-needs-cleaning-error-cannot-mount-partition
And it's now okay again.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now