LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   How to mounte a raid1 (https://www.linuxquestions.org/questions/linux-server-73/how-to-mounte-a-raid1-4175483230/)

peterdbj 11-03-2013 04:17 AM

How to mounte a raid1
 
I have disk which previously has been part of a /dev/md1 raid1.
Now I have moved the disk to another computer with another boot disk and want to mount it so I can copy some file. My raid partitation is on /dev/sdb1.
What shall I write? Shall I do an assembling first like
mdadm --assemble /dev/md1 /dev/sdb1

Ser Olmy 11-03-2013 05:52 AM

Yes, that is exactly what you'll have to do. Add the "--run" parameter to ensure the device starts even though one array member is missing.


All times are GMT -5. The time now is 09:04 PM.