LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   RAID Fails / Complains About Metadata (https://www.linuxquestions.org/questions/linux-server-73/raid-fails-complains-about-metadata-829139/)

carlosinfl 08-29-2010 10:22 AM

RAID Fails / Complains About Metadata
 
I noticed today I tried to create a new system using 'Software / Fake RAID' on Arch with the 'mdadm' utility. I have not done this for a year or so but realized that when I tried now on my new system, it failed and then I tried it again and read between the lines...

mdadm: Note: this array has metadata at the start and may not be suitable as a boot device. If you plan to store '/boot' on this device, please ensure that your boot-loader understands md/v1.x metadata, or use --metadata=0.90

So then I created my array as follows:

Code:

mdadm --create /dev/md0 --metadata=0.90 --level=1 --raid-devices=2 /dev/sda2 /dev/sdb2
Does anyone know if this will work or is there some fix that has been updated on the Wiki as of yet?

carlosinfl 08-30-2010 10:27 AM

Anyone?


All times are GMT -5. The time now is 10:26 AM.