On Feb 14, Brian White <[EMAIL PROTECTED]> wrote:

> I tried doing a manual "./MAKEDEV md" and even an explicit "mknode" on
> /dev/md to try to mount the arrays manually, but it always failed
> without any error message.
No, it's tricky. :-)
When udev is mounted *AND* /.dev/ is present *AND* pwd == /dev/ then
./MAKEDEV will create the devices in your on-disk dev (i.e. /.dev/)>

mknod will work fine (until the next reboot, obviously).

Another possible solution: cp -a /.dev/md* /dev/ in the appropriate
init script.

-- 
ciao,
Marco

Attachment: signature.asc
Description: Digital signature

Reply via email to