Jump to content

So I created two RAID 0's the other day. One was created and stayed persistent on reboots. The second however didn't, I can't figure out how to find the array now. When I ls /dev/ | grep md. The only thing I see is md,md127,md127p1. The md127 is my first raid 0 that is working fine. I can see the individual drives when I grep dev sd. 

I'm stuck and not sure where to go from here =/

Link to comment
https://linustechtips.com/topic/612274-raid-array-no-longer-found/
Share on other sites

Link to post
Share on other sites

5 minutes ago, Torey said:

So I created two RAID 0's the other day. One was created and stayed persistent on reboots. The second however didn't, I can't figure out how to find the array now. When I ls /dev/ | grep md. The only thing I see is md,md127,md127p1. The md127 is my first raid 0 that is working fine. I can see the individual drives when I grep dev sd. 

I'm stuck and not sure where to go from here =/

DO NOT DELETE OR CREATE A NEW RAID ARRAY. if you do then you will lose data and possibly break the entire array. if you had data on it use software to recover it unless you have a backup then you can use the backup to get your data back. 

"Learn from yesterday, live for today, hope for tomorrow. The important thing is not to stop questioning." -Albert Einstein

Link to post
Share on other sites

4 minutes ago, glitchmaster0001 said:

DO NOT DELETE OR CREATE A NEW RAID ARRAY. if you do then you will lose data and possibly break the entire array. if you had data on it use software to recover it unless you have a backup then you can use the backup to get your data back. 

So I haven't deleted or created anything yet. I used mdadm/ext4 to create the raid can you recommend how to recover it?

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

×