[WBEL-users] Creating ISO images from CDs

Jason Balicki kodak@frontierhomemortgage.com
Thu, 4 Nov 2004 15:03:49 -0600


Alfred von Campe <> wrote:
> This is not strictly a WBEL question, but I accidentally deleted my
> WBEL ISO images.  I do have the 3 CDs, and would like to recreate the
> ISO images from the CDs so I don't have to re-download them.  What's
> the best/easiest way to do this?  If I use mkisofs, will it do the
> right thing and make CD1 bootable, and if so, what options to mkisofs
> should I use?

dd if=/dev/cdrom of=/path/to/image.iso

--J(K)