So sprach Greg Coit am Fri, May 18, 2001 at 01:40:36PM -0700:
> I'm trying to make an iso of our solaris 2.6 cd (Sun is discontinuing
> support for 2.6 and we wan;t to make sure we have a backup).  However, I'm
> having a heck of a time figuring out the correct flags to use with mkisofs
> so that symlinks, file name and file caps are the same between the cd and
> the iso.  Has anybosy done this before and know what flags to use?  I'm
> using mkisofs-1.9-5 on a RedHat 7.0 box.

If you want to copy a CD, then mkisofs is not what you're looking for. 
mkisofs is used to create a new iso image for CDs.

The easiest way to copy a CD is to simply read it and copy the output to a
file, like so:

        cat /dev/cdrom > /tmp/Solaris-2.6.raw

Now you can burn the image you've got in /tmp/Solaris-2.6.raw to a CD, liks
so:

        cdrecord /tmp/Solaris-2.6.raw

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:       http://www.digitalprojects.com   |   http://www.iso-top.de
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
                Uptime: 4 days 20 hours 32 minutes


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to