![]() |
raid-1 on ubuntu 12.04
I was following this tutorial: http://www.howtoforge.com/how-to-set...buntu-11.10-p2
and I tried to recreate it for ubuntu 12.04 since a lot of things have changed. Don't be scared with the length of this thread. It is really only the first two pages of the tutorial in a nutshell. It is the procedure I followed while I was trying to create a raid-1 on a running system that now has two identical disk drives. Please try to follow it to see what is wrong because the tutorial of raid-1 for ubuntu 12.04 would be very useful and now is missing! This is the procedure (not working yet): Code:
just to see which disks are detected |
adding main device into raid-array not working
This command is successful:
mdadm --create /dev/md0 --level=1 --raid-disks=2 missing /dev/sdb1 However when I am trying to add the main device with this command: mdadm --add /dev/md0 /dev/sda1 I get an error message that the device is busy. Should I execute the whole tutorial from a live cd ?? But then all the configurations would happen on the system of the live cd not the installed one... Any tip would be greatly appreciated! |
| All times are GMT +2. The time now is 18:56. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.