<< December 19, 2004 | Home | December 21, 2004 >>

CD Burning in Fedora Core 3---A Tip

I reported the troubles I had in burning CDs in Fedora Core 3 36 days ago. Yesterday, I revisited the Fedora Core 3 Tips and Tricks, and spotted a tip posted by Chris McBride on December 7:

The following works for me to burn a CD

cdrecord --scanbus
cdrecord -v dev=ATA:1,0,0 -eject -speed=4 image.iso

I tried it and it worked. I was able to burn the FC3 ISO onto a CD and it passed the media check.

Thanks Chris.