Creating CD ISO Images

David A. Sinck plug-discuss@lists.PLUG.phoenix.az.us
Tue, 17 Jul 2001 06:58:21 -0700


\_ SMTP quoth Simper, Brian D on 7/16/2001 15:11 as having spake thusly:
\_
\_ 
\_ Is there a simple way to create ISO images of a CD within Linux?  I was
\_ looking at the man page for mkisofs and this appears to be the command to
\_ use.  Does anyone have any experience putting together an effective string
\_ of command line options that can build a Linux ISO image?  Can anyone
\_ recommend a software package that does this?

As per CD-Writing-HOWTO

    mkisofs  -r   -o cd_image   private_collection/
  

See also packages on Freshmeat: XCDRoast + friends

David