On Mon, 19 Nov 2001 04:43:55 +1130
Mike Andrew <[EMAIL PROTECTED]> wrote:

> I have both a burner, and a normal cd-rom.  The software I'm using
needs to 
> see both of these devices as scsi to do cd -> cd copying. Does anyone
know 
> how to massage /dev/hdc and /dev/hdb BOTH as scsi? as in 
> append="hdb=ide-scsi" 

I have an LG re-writeable burner and a DVD which is seen but not
appended in my lilo.conf, the burner is hdc and the dvd is hdd:

image=/vmlinuz
        label=linux
        read-only
        root=/dev/hda1
        append="hdc=ide-scsi"

/dev/sr0              /mnt/cdrom              iso9660
noauto,owner,kudzu,ro 0 0
/dev/fd0                /mnt/floppy             auto   
noauto,owner,kudzu 0 0
/dev/cdrom1             /mnt/cdrom1             iso9660
noauto,owner,kudzu,ro 0 0

(using RH 7.2)

I can mount either or both drives via cli or gui but haven't got the DVD
working as anything but a normal cdrom (yet).

HTH
-- 
Myles Green Calgary AB Canada
Alberta Linux Step by Step Mirror:
http://www.telusplanet.net/public/mylesg/



_______________________________________________
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users

Reply via email to