Erik Kunze <[EMAIL PROTECTED]> wrote:

> I'd like to know how to tell cdrecord to use device nodes from type
> /dev/sg/c1b2t3u4 under Linux Kernel 2.4.3 using devfs. Is there a
> config file for compilation of cdrtools which I could change?
> 
> And, please don't tell me to configure devfsd for compatibility mode
> with old device names.

The docs for cdrecord don't indicate that you can specify controller,
just target,lun or bus,target,lun. The assumption seems made that busses
will be numbered from zero linearly increasing across controllers.

For the record, I think you are missing the intent of devfs as stated in
the various info which comes with it. There is no joy to using ugly
multilevel names, you can now use symlinks to the ugly names and be sure
that adding or removing devices won't change the meaning of them.

In any case, the dev= command only takes three args where you want four,
so you will have to use the dev={device}:lun notation, I suspect. Use
the ugly name if you wish.

-- 
   -bill davidsen ([EMAIL PROTECTED])
"The secret to procrastination is to put things off until the
 last possible moment - but no longer"  -me


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

Reply via email to