| Linux Forum Index » Linux Setup » problem installing new distro with raid system... |
|
Page 1 of 1 |
|
| Author |
Message |
| Marcel Bruinsma... |
Posted: Wed Aug 26, 2009 5:10 am |
|
|
|
Guest
|
Bernard wrote:
Quote: md1: active raid 1 sda2[0] sdb2[1]
67874550 blocks [2/2] [UU]
md0: active raid 1 sda1[0]
497856 blocks [2/1] [U_]
You can add sdb1 to the md0 array with,
mdadm /dev/md0 --add /dev/sdb1
--
printf -v email $(echo \ 155 141 162 143 145 154 142 162 165 151 \
156 163 155 141 100 171 141 150 157 157 056 143 157 155|tr \ \\\\)
# Live every life as if it were your last! # |
|
|
| Back to top |
|
|
|
| Bernard... |
Posted: Wed Aug 26, 2009 5:33 am |
|
|
|
Guest
|
Le Wed, 26 Aug 2009 13:10:14 +0200, Marcel Bruinsma a écrit :
Quote: Bernard wrote:
md1: active raid 1 sda2[0] sdb2[1]
67874550 blocks [2/2] [UU]
md0: active raid 1 sda1[0]
497856 blocks [2/1] [U_]
You can add sdb1 to the md0 array with,
mdadm /dev/md0 --add /dev/sdb1
Thanks... It worked, as I now find normal arrays in my /cat/mdstat
I doubt if this will remain after boot though. I am going to test this
right now |
|
|
| Back to top |
|
|
|
| Bernard... |
Posted: Wed Aug 26, 2009 5:50 am |
|
|
|
Guest
|
Le Wed, 26 Aug 2009 11:33:51 +0000, Bernard a écrit :
Quote: Le Wed, 26 Aug 2009 13:10:14 +0200, Marcel Bruinsma a écrit :
Bernard wrote:
md1: active raid 1 sda2[0] sdb2[1]
67874550 blocks [2/2] [UU]
md0: active raid 1 sda1[0]
497856 blocks [2/1] [U_]
You can add sdb1 to the md0 array with,
mdadm /dev/md0 --add /dev/sdb1
Thanks... It worked, as I now find normal arrays in my /cat/mdstat
I doubt if this will remain after boot though. I am going to test this
right now
Yes, it does remain at re-boot... Thanks a lot for this trick that may
save me from re-installing for 4 hours ! |
|
|
| Back to top |
|
|
|
|