H Saylor wrote:
> I have tried every variation of mount command that I can find reference to.
> 
> Some examples:
> 
> /mnt/auto/cdrom
> mount /dev/cdrom /mnt/auto/cdrom
> mount -t iso9660 /dev/cdrom /mnt/auto/cdrom
> mount -t iso9660 /dev/cdrom /mnt/auto/cdrom #mnt
> and about 15 other variations of how to mount this CD.
> 
> The closest that I get is when I get an error message
> telling me that the device is not a block device.

Have you tried mounting SCSI disk devices?  You are running ide-scsi, so
it will, IIRC, map the IDE device to a SCSI device.  Try running:

dmesg | grep sd

to see if any sd devices are being created.  If there's one that
mentions your CD-ROM or ide-scsi, I'd try mounting that device.

Another stupid question, but I have to ask it:  Are you sure
/mnt/auto/cdrom is a valid directory?

Chad Martin


To unsubscribe from this list, please email [EMAIL PROTECTED] & you will be 
removed. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/LINUX_Newbies/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to