This one has me stumped.
I'm trying to get a CDROM hanging off my scsi bus to work:
% mount -t iso9660 /dev/scd0 /cdrom
mount: the kernel does not recognize /dev/scd4 as a block device
(maybe `insmod driver'?)
As far as I can see, I am running a kernel with scsi cdrom support compiled
into it! (ie. drivers/scsi/sr.o has been linked into the kernel):
In /usr/src/linux/.config...
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# CONFIG_CHR_DEV_ST is not set
CONFIG_BLK_DEV_SR=y
CONFIG_CHR_DEV_SG=y
Am I missing something here?
Many thanks for any clues...
Cheers
Tony