On December 19, 2003 09:15 pm, Julian Opificius wrote: > Thanks Pete, > > Yep, once I corrected my syntax error in grub.conf, I see meaningful stuff > from dmesg that looks similar to yours. > > I had noticed while searching through old postings that the "hdd=ide-scsi" > option in grub.conf should have directly followed the "kernel > /boot/vmlinuz ... " line, not been on a line if its own. > > I also see ide-scsi and scsi-mod from lsmod. > > And I now see the bus/target/lun numbers with "cdrecord -scanbus". > > The only thing I'm unclear about now is the need for an alias in > modules.conf. I need to be able to mount the rascal now, don't I ? I see > some references to the alias, linking ide-scsi to scsi device names in old > postings, but I'm not clear about it. > > Thanks! > > Julian. > ============================ > Julian, If you have no other scsi devices, just mount it as /dev/scd0 if you have a sym link in place in /dev (may be created already) you can mount it as /dev/cdrom (or whatever the link is) So to mount it at /mnt/cdrom (must exist already) mount -t iso9660 /dev/scd0 /mnt/cdrom You won't likely need any entries in modules.conf. -- Pete Nesbitt, rhce -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list