On Monday 19 November 2001 03:13, Mike Andrew enunciated:
> 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 both devices as scsi. 
Rule #1 the devices _must_ be on seperate ide buses usually as slaves to the 
hd's to do DAO.

In lilo append this is mine: 
append = "enableapic vga=0x0317 hdc=ide-scsi hdd=ide-scsi"

/etc/fstab:
/dev/sr0 /dvd iso9660 ro,user,noauto,exec 0 0
/dev/sr1 /cdrw iso9660 ro,user,noauto,exec 0 0

As you can see I aslo created /dvd and /cdrw

in Suse it seems to like scd0 and scd1

-- 
Keith Antoine aka 'skippy'
18 Arkana St, The Gap, Queensland 4061 Australia PH:61733002161
Retired Geriatric, Sometime Electronics Engineer, Knowall, Brain in storage

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

Reply via email to