John Plate wrote:
> 
> Hi
> 
> After installing a SCSI based CD-R drive, the old IDE CD-drive is not
> recognized. How to tell the boot-process to look for it?

I used to have that setup. If I'm not mistaken, I believe that my IDE
CD-ROM drive was /dev/hdc (with a symlink called /dev/cdrom pointing to
it) and my SCSI CD-ROM drive was /dev/scd0 (no symlink).

Do an ls -l /dev/cdrom to see what it's pointing to.

You should be able to mount them with mount -t iso9660 /dev/hdc (or
/dev/scd0) /path_to_mount_point.

I had a /cdrom and /cdwriter directories, so to mount the above would
have been:

mount -t iso9660 /dev/hdc /cdrom

mount -t iso9660 /dev/scd0 /cdwriter

HTH
-- 
                                         __   _
Mark Wagnon             Debian GNU/ -o) / /  (_)__  __ ____  __    
Chula Vista, CA                     /\\/ /__/ / _ \/ // /\ \/ /   
mailto:[EMAIL PROTECTED]           _\_v____/_/_//_/\_,_/ /_/\_\

Reply via email to