Re: [gentoo-user] Creating RAID devices - udev question

2005-11-21 Thread Neil Bothwick
On Sat, 19 Nov 2005 16:19:53 +1100, Brian Parish wrote: > Removing the initramfs seemed like the line of least resistance here, > so being basically lazy, that's what I did. /dev/md0 is now created > and I can create my RAID array happily enough. > > This still doesn't survive a reboot though.

Re: [gentoo-user] Creating RAID devices - udev question

2005-11-19 Thread A. Khattri
On Sun, 20 Nov 2005, Brian Parish wrote: > I have now implemented a smooth work-around by: > > 1. Setting the RAID in fstab to noauto and no checking > 2. Creating a script in /etc/init.d which assembles and mounts the RAID set > 3. Adding this script to the default group using rc-update Yes, thi

Re: [gentoo-user] Creating RAID devices - udev question

2005-11-19 Thread Mike Williams
On Saturday 19 November 2005 14:15, Brian Parish wrote: > > This still doesn't survive a reboot though.  i.e. I have to run the mdadm > > --create command again.  I assumed that this required something in > > mdadm.conf, so I updated that with all the magic numbers shown by mdadm > > -D. No change

Re: [gentoo-user] Creating RAID devices - udev question

2005-11-19 Thread Brian Parish
On Saturday 19 November 2005 16:19, Brian Parish wrote: > On Sunday 13 November 2005 17:33, Brian Parish wrote: > > On Sunday 13 November 2005 17:23, Richard Fish wrote: > > > On 11/12/05, Mike Williams <[EMAIL PROTECTED]> wrote: > > > > On Sunday 13 November 2005 01:49, Brian Parish wrote: > > > >

Re: [gentoo-user] Creating RAID devices - udev question

2005-11-18 Thread Brian Parish
On Sunday 13 November 2005 17:33, Brian Parish wrote: > On Sunday 13 November 2005 17:23, Richard Fish wrote: > > On 11/12/05, Mike Williams <[EMAIL PROTECTED]> wrote: > > > On Sunday 13 November 2005 01:49, Brian Parish wrote: > > > > I am trying to add a software RAID 5 disk set to an existing ma

Re: [gentoo-user] Creating RAID devices - udev question

2005-11-12 Thread Brian Parish
On Sunday 13 November 2005 17:23, Richard Fish wrote: > On 11/12/05, Mike Williams <[EMAIL PROTECTED]> wrote: > > On Sunday 13 November 2005 01:49, Brian Parish wrote: > > > I am trying to add a software RAID 5 disk set to an existing machine > > > installed using genkernel. All the RAID support is

Re: [gentoo-user] Creating RAID devices - udev question

2005-11-12 Thread Richard Fish
On 11/12/05, Mike Williams <[EMAIL PROTECTED]> wrote: > On Sunday 13 November 2005 01:49, Brian Parish wrote: > > I am trying to add a software RAID 5 disk set to an existing machine > > installed using genkernel. All the RAID support is compiled into the > > kernel, but no /dev/md? device files ex

Re: [gentoo-user] Creating RAID devices - udev question

2005-11-12 Thread Mike Williams
On Sunday 13 November 2005 01:49, Brian Parish wrote: > I am trying to add a software RAID 5 disk set to an existing machine > installed using genkernel.  All the RAID support is compiled into the > kernel, but no /dev/md? device files exist.  I can create these using mknod > and make the RAID, but

Re: [gentoo-user] Creating RAID devices - udev question

2005-11-12 Thread Richard Fish
On 11/12/05, Brian Parish <[EMAIL PROTECTED]> wrote: > I am trying to add a software RAID 5 disk set to an existing machine installed > using genkernel. All the RAID support is compiled into the kernel, but > no /dev/md? device files exist. I can create these using mknod and make the > RAID, but

[gentoo-user] Creating RAID devices - udev question

2005-11-12 Thread Brian Parish
I am trying to add a software RAID 5 disk set to an existing machine installed using genkernel. All the RAID support is compiled into the kernel, but no /dev/md? device files exist. I can create these using mknod and make the RAID, but they don't survive a reboot. How do I tell udev to create