On Monday 03 April 2006 09:26, [EMAIL PROTECTED] wrote:
> On Mon, April 3, 2006 10:41 am, Michael Fox wrote:
> > On 4/3/06, Voytek Eymont <[EMAIL PROTECTED]> wrote:
> >> ahem, how do I enable/mount a SCSI CD ROM ? this RHEL was installed off
> >> an IDE CDROM, but, now I have it in a system with Adaptec 2940 & SCSI
> >> CDROM, I think, the 2940 was picked up on boot
> >
> > Determine what device the cdrom is on the scsi chain, and then use its
> > device name along with suitable mount point to mount it.
>
> is that the same as the SCI ID # ?
> how can I interogate it ?
>
> > mount /dev/sd?? /my/mount/point
>
> I tried 1-7 all with invalid block:
>
> # mount /dev/sda3 /mnt/cdrom
> mount: /dev/sda3 is not a valid block device

It can be much more tricky than this thread leads you to suspect:

The easy way: Never do that (install on IDE the use SCSI)
Another one:  Boot knoppix and spelunk (find out which modules are used, what 
device the CDROM is)

1) You need to ensure the modules needed for SCSI CDROM are loaded
   From dim memory sd and/or sr look in your /lib/modules/<version>
2) ID which device the CDROM is
3) For fun: symlink /dev/cdrom-device /dev/cdrom
4) Put an (auto)mount line in /etc/fstab

If everything is correct, but the module is not loaded, you will get error 
messages. 
James
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to