DOH! Stared at it for a while... Thanks. Tuc On Thu, Apr 13, 2017 at 12:22 PM, Mark Knecht <markknecht@xxxxxxxxx> wrote: > > > On Thu, Apr 13, 2017 at 8:58 AM, Scott Ellentuch <tuctboh@xxxxxxxxx> wrote: >> >> for disk in a b c d g h i j k l m n >> do >> >> disklist="${disklist} /dev/sd${disk}1" >> >> done >> >> mdadm --create --verbose /dev/md2 --level=5 --raid=devices=12 ${disklist} >> >> But its telling me : >> >> mdadm: invalid number of raid devices: devices=12 >> >> >> I can't find any definition of a limit anywhere. >> >> Thank you, Tuc >> -- >> 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 > > > Try > > --raid-devices=12 > > not > > --raid=devices=12 -- 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