Linux software RAID vs. udev
From: Kevin P. Fleming <hidden>
Date: 2004-05-01 01:25:58
From: Kevin P. Fleming <hidden>
Date: 2004-05-01 01:25:58
I'm switching my boxes over to udev and fully hotplug-driven /dev directories. However, that means by default I only have /dev/md0 from the MD driver, and if I want to "mdadm --assemble" any other array I have to manually create the device node for it first. Is there any chance that mdadm is going to learn how to assemble an array without having the device node for it already present? If so, then the starting of the array would get the device node created (since it would be a new block device) and everything would be happy... (Please keep my address in the CC list, I'm not subscribed)