Hi paal,

> By mounting /mnt/cdrom I now get this message: 'mount: the kernel does 
> not recognize /dev/scd0 as ablock device (maybe insmod driver?)

 You probably need to load (= insmod) the proper module. What does your 
/etc/modules.conf look like? Any references to ide-scsi or ide-cd? If not, try
adding something like

options ide-cd ignore=hdc
post-install ide-cd modprobe ide-scsi
options -k ide-scsi
pre-install ide-scsi modprobe ide-cd

 In this case you don't need to specifically load the modules, neither by hand 
nor using /etc/rc.d/rc.sysinit or rc.local. As soon as you mount a cd the 
appropriate modules will be loaded, ide-scsi for your cdwriter (hdc), and ide-
cd for any other cd-player that you might have in this system.

Bye,
Leonard.




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to