Richard Weil <[EMAIL PROTECTED]> writes:

> Sorry to be stupid, put I can't find much
> documentation on the udev/links.conf file. Would I add
> the following to links.conf in order to create
> /dev/md0?
>
> M md0    b 9 0

Probably 
M md

> I'm not sure of the distinction between L, D, M in the
> file, though I assume L is link, D is directory and M
> is some sort of make.

L creates a link
D creates a directory
M creates device nodes using /sbin/MAKEDEV

Check /etc/init.d/udev for more info. Especially the make_extra_nodes()
function. 
It's been awhile since I synced up with the debian packages (I'm using
the udev originals), so I'm not sure how much has changed (if any).

-- 
John L. Fjellstad
web: http://www.fjellstad.org/          Quis custodiet ipsos custodes


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to