On Wed, 2003-04-02 at 13:37, Joseph M. Day wrote: > Ok here is a rookie question. I have the iso files, how do I burn them to the > CD. I know I am missing a step because I cannot just drag the file over in > X-CD-Roaster. That just gives me one big iso file on the cd.
First, in a terminal, type 'cdrecord -scanbus' The output will have something like this: scsibus0: 0,0,0 0) 'MITSUMI ' 'CR-4804TE ' '2.6C' Removable CD-ROM 0,1,0 1) * 0,2,0 2) * 0,3,0 3) * 0,4,0 4) * 0,5,0 5) * 0,6,0 6) * 0,7,0 7) * You can see that my cd-burner is scsi device 0,0,0 (yes, it's an IDE burner, not SCSI. Don't worry about that). So then do: cdrecord dev=0,0,0 shrike-i386-disc1.iso That will burn disc 1. Rinse and repeat for each disc. There are other options you can use with cdrecord, but this basic command will work. -- Cliff Wells, Software Engineer Logiplex Corporation (www.logiplex.net) (503) 978-6726 x308 (800) 735-0555 x308 -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list