Hi Arun,
On Tue, Apr 21, 2009 at 9:31 PM, Arun Khan <[email protected]> wrote: > > OS: openSUSE 11.1 (x86) > mdadm: mdadm-3.0-10.8 Not really sure which versions support the grow functionality, Since this is Open Suse 11, i guess it should be carryign the latest versions. > # cat /proc/mdstat > Personalities : [raid1] > md0 : active raid1 sdb3[0] sda3[1](S) > 89827328 blocks [1/1] [U] > > unused devices: <none> mdadm --grow /dev/md0 --raid-devices=2 this should grow the no of devices in your raid 1 array to 2. Your spare device will now be added into the array as a active member. - Kiran _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
