[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CD burning





On Tue, 18 May 1999, Cloudmaster wrote:
> do any of you know where I can find out how to use my darned IDE CD-burner
> with linux?  It appears that I need a SCSI ID and stuff, which my IDE
> devices aren't known to have...

Heres what I do with my atapi cdwriter

compile kernel, include ide-scsi emulation, scsi support
boot
insmode cdrom
	sr_mod
	ide-scsi

mkisofs -R -o cdimage.raw /path

cdrecord -v speed=2 dev=0,0 cdimage.raw
                (scsi 0, channel 0)

mount /dev/sr0 /cdrom -t iso9660 -ro


Mark



--
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.