On Sun, Jan 11, 2004 at 12:20:02PM +0530, Sudev Barar wrote:
> This is more of a confession than HOWTO but would like to share with all
> who may be having similar problem. For a longtime I was foxed on how to
> make copies of bootable CD's. 


you can make iso images of the CD using readcd command (comes with
cdrecord package).

readcd dev=0,0,0 f=whatevername.iso

cdrecord -v -dao -eject speed=4 fs=2*10m dev=0,0,0 whatevername.iso
//dev=x,x,x should match with your cdrecord -scanbus output.
//speed=<your desired speed>

have a look at man mkisofs and cdrecord for more options and meaning of
the options.

with regards

M.Balakrishna Pillai


_______________________________________________
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd

Reply via email to