Jump to content

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.

Hi. After a restart yesterday my system would not boot and went into Emergency Mode, so I had to clear my /etc/fstab to be able to boot again as there was a problem with the mounting of the RAID-10 disk.
After that I checked the Disks application and could not even manually mount the disk. I have tried to fix this issue for a good while now but I'm not tech-savvy enough to find the solution since I'm a Linux n00b.
Any help is very much appreciated.

I'm adding a screenshot from the Disks application in Pop!_OS and from the terminal where I checked the disk with mdadm.

1.png.fcad2fbd0f872f72ba9cdbef091285ad.png

The state looks funky here:

2.png.0b4a4ff5ad4633d69e6119a2d90fa2c4.png

"Born to late to explore the earth, born to early to explore the galaxy, born just in time to browse dank memes." - Unknown

 

Link to comment
https://linustechtips.com/topic/1344922-raid-10-array-not-mounting-working-linux/
Share on other sites

Link to post
Share on other sites

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.

"Born to late to explore the earth, born to early to explore the galaxy, born just in time to browse dank memes." - Unknown

 

Link to post
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×