On Thursday 14 March 2002 4:38, you wrote:
> Elliott Martin <[EMAIL PROTECTED]> writes:
> > First off, I'm using an Adaptec 2930CU SCSI host adapter with three
> > devices attached, one of which is a Sony CDU926S CD recorder. The drive
> > works fine for mounting discs etc., however there are no /dev/sg* entries
> > for it. After I run modprobe sg, I have a device node,
> > /dev/scsi/host0/bus0/target6/lun0/generic
> > for it, and if I create the symbolic link,
> > ln -s /dev/scsi/host0/bus0/target6/lun0/generic /dev/sg0
> > and then run a program such as xcdroast everything works fine. I have
> > jerry-rigged my devfsd.conf to do this for me with
> > LOOKUP ^sg0$ CFUNCTION GLOBAL symlink
> > ${mntpnt}/scsi/host0/bus0/target6/lun0/generic $devpath
> > but as with all my 'fixes' I'm sure there's a correct way of doing that.
>
> bad way.
>
> does devfsd-1.3.24-17mdk works smoothly for you ?
yep....everything seems to work fine now; I now have /dev/sg0,1,2 entries.
The main problem I am thinking was with the /etc/init.d/devfsd script not
starting devfsd on occasion, I'm going to try to see why that was.
-Elliott