Hello All , What am I doing wrong here ?
root@(none):~ # cat /etc/mdadm.conf | grep -i md3
# /dev/md3 UUID : f537313e:c87bf407:76d83ddb:96d0fcbc (20081019)
ARRAY /dev/md3 level=raid6 metadata=0.90 UUID=f537313e:c87bf407:76d83ddb:96d0fcbc
root@(none):~ # cat /proc/mdstat
Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4]
[multipath]
md10 : active raid1 sda1[0]
34298688 blocks [2/1] [U_]
md11 : active raid1 sda2[0] sdb2[1]
256896 blocks [2/2] [UU]
md12 : active raid1 sda3[0] sdb3[1]
987904 blocks [2/2] [UU]
unused devices: <none>
root@(none):~ # mdadm -A /dev/md3
md: md3 still in use.
mdadm: no devices found for /dev/md3
root@(none):~ # mdadm --manage -S /dev/md3
md: md3 stopped.
mdadm: stopped /dev/md3
root@(none):~ # mdadm -A /dev/md3
md: md3 still in use.
mdadm: no devices found for /dev/md3
root@(none):~ # cat /proc/mdstat
Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4]
[multipath]
md10 : active raid1 sda1[0]
34298688 blocks [2/1] [U_]
md11 : active raid1 sda2[0] sdb2[1]
256896 blocks [2/2] [UU]
md12 : active raid1 sda3[0] sdb3[1]
987904 blocks [2/2] [UU]
unused devices: <none>
--
+------------------------------------------------------------------+
| James W. Laferriere | System Techniques | Give me VMS |
| Network&System Engineer | 2133 McCullam Ave | Give me Linux |
| babydr@xxxxxxxxxxxxxxxx | Fairbanks, AK. 99701 | only on AXP |
+------------------------------------------------------------------+
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html