On 7/19/05, Sayamindu Dasgupta <[EMAIL PROTECTED]> wrote: > On Tue, 2005-07-19 at 17:22 +0530, Manas Laha wrote: > > Folks, > > > > What is the scene regarding writing CDs with cdrecord under kernel 2.6? > > Ide-scsi doesn't seem to be needed anymore. So, what options work best, > > etc.? What is the experience of you all here? I shall be grateful for > > any information. > > cdrecord dev=/dev/hd[a-d] > I use driveropts=burnfree option in my /etc/cdrecord.conf file, to enable burnfree option. You can give it in command line also. Along with it I use speed=16 to write at 16X speed. I use the following cdrecord command for writing CDs mostly (not for bootable CDs) for the first session: # cdrecord speed=16 driveropts=burnfree -v -multi image.iso
man page will give a lots of options. Lastly the CD writing is depends on the image behavior. During image creation (using mkisofs) you can use a lots of options with which you can create magic only for those who dont know the power of Linux ;-) . for writing second and further next session you have to change the options in mkisofs command. and in cdrecord you just write the second/other options using the command above. bye for now prosun > is what I usually do. It works fine for me. > > Thanks, > Sayamindu > > > -- > L2C2 Technologies > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > [ Innovations that make a Difference ] > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > > Email : [EMAIL PROTECTED] > WWW : http://www.l2c2.org > > > > -- > To unsubscribe, send mail to [EMAIL PROTECTED] with the body > "unsubscribe ilug-cal" and an empty subject line. > FAQ: http://www.ilug-cal.org/node.php?id=3 > -- To unsubscribe, send mail to [EMAIL PROTECTED] with the body "unsubscribe ilug-cal" and an empty subject line. FAQ: http://www.ilug-cal.org/node.php?id=3
