Re: bug in --manage mode

2007-08-29 Thread Bill Davidsen
[EMAIL PROTECTED] wrote: Hello, I hit a bug in mdadm. According to "--manage --help" this must work, but it doesn't: -bash-3.2# mdadm --manage -a /dev/md2 /dev/sda3 mdadm: /dev/sda3 does not appear to be an md device I think that the "-a" is being parsed as "--auto" rather than "--add" in th

bug in --manage mode

2007-08-20 Thread exe
Hello, I hit a bug in mdadm. According to "--manage --help" this must work, but it doesn't: -bash-3.2# mdadm --manage -a /dev/md2 /dev/sda3 mdadm: /dev/sda3 does not appear to be an md device But this works fine: -bash-3.2# mdadm --manage --add /dev/md2 /dev/sda3 mdadm: re-added /dev/sda3 T