You are not logged in.
Pages: 1
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:
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?
./
Offline
Anyone?
./
Offline
maybe 2 months late.
boot works all good on raid1 if you add the --metadata=0.90 argument to your boot partition using the latest arch-64 netinstall. the fun part is preventing your swap partitions mounting as your /home directory on boot!
rebel against the empire of william henry the third
Offline
Pages: 1