Re: [newbie] SCSI Emulation of CD-ROM

2001-12-18 Thread skinky

On Monday 17 December 2001 15:56, Ira Bargon III wrote:
|  Hello,
|
|  I have just installed Linux Mandrake 8.1. I am running it on a system
| with and ide atapi cdrom (Kenwood 52X True-X) and a ide atapi cd-rw
| (Creative 6424). When i installed mandrake it set up my cdrw for scsi
| emulation but it kept my cdrom as ide. Everything works fine, but i cant
| use X-cdroast to do a direct copy of a cd because, my cd-rom isn't set
| up with scsi-emulation and the program only knows of scsi devices.  Does
| anyone know of a way i can setup my cdrom for scsi emulation and is
| their a way without recompiling my kernel. Maybe a script of something.

Edit /etc/lilo.conf.  You will see that there is already an entry for your 
cdrw like:

append= hdX=ide-scsi   # where X is the cdrw drive letter

now add the same for your cdrom drive like:

append= hdX=ide-scsi hdY=ide-scsi   # where Y is the cdrom drive letter

Once you have saved your changes, in a terminal run lilo (as root):

# /sbin/lilo

Now edit your /etc/fstab file - this depends on what your fstab looks 
like.  For example mine looks like this:

/mnt/cdrom /mnt/cdrom supermount 
dev=/dev/scd0,fs=iso9660,exec,--,nosuid,nodev 0 0

/mnt/cdrom2 /mnt/cdrom2 supermount 
dev=/dev/scd1,fs=iso9660,exec,--,nosuid,nodev 0 0

Where /dev/scd0 is my cdrw and /dev/scd1 is my cdrom. Note that I am using 
a newer kernel than the stock 2.4.8-26mdk that comes with ML8.1 so I am 
using supermount - yours may be different as supermount is broken in the 
2.4.8-26mdk kernel.  The important bit is the /dev/scdX part.

And lastly (I'm not sure if this is absolutely necessary) reboot - I'm not 
sure if just remounting the cdrom will do it so I just reboot.

HTH
skinky
-- 
But what ... is it good for?
(Engineer at the Advanced Computing Systems Division of IBM, 1968, 
commenting on the microchip)



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] SCSI Emulation of CD-ROM

2001-12-16 Thread Ira Bargon III

Hello,

I have just installed Linux Mandrake 8.1. I am running it on a system with 
and ide atapi cdrom (Kenwood 52X True-X) and a ide atapi cd-rw (Creative 
6424). When i installed mandrake it set up my cdrw for scsi emulation but it 
kept my cdrom as ide. Everything works fine, but i cant use X-cdroast to do a 
direct copy of a cd because, my cd-rom isn't set up with scsi-emulation and 
the program only knows of scsi devices.  Does anyone know of a way i can 
setup my cdrom for scsi emulation and is their a way without recompiling my 
kernel. Maybe a script of something. 

Any help would be greatly appreciated.

Ira



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com