On Thu, May 19, 2005 at 06:39:35PM -0700, rds wrote: > > --- Erik van Konijnenburg <[EMAIL PROTECTED]> wrote: > > Oops, there's indeed one other point you'll need to check: > > you'll also need to make sure AUTOSTART is set correctly > > in /etc/default/mdadm. > > Tied a couple of changes with the following results (I'm not using udev): > > # cat /etc/default/mdadm > # This file is automatically generated. > # Run 'dpkg-reconfigure mdadm' to modify it. > START_DAEMON=true > MAIL_TO="root" > AUTOSTART=false // or true, tried both
You'll need 'true' here. > # cat /etc/mdadm/mdadm.conf > auto=md This is Likely to be the problem: add auto=md to every ARRAY line where you want /dev/mdX to be created, not as a separate line; see man mdadm.conf(5). Regards, Erik -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]