The easiest way (I use this and it works) is to:

1. Put the CD to be duped into the drive.

2. Make an image:

        dd if=/dev/cdrom of=/opt/cd.img bs=8092

This will spit a couple of errors at the end of the CD - but it doesn't
matter.  From here you can write the image to another CD using CDRecord or
similar, or mount it via the loopback interface:


        losetup /dev/loop0 /opt/cd.img
        mount -t iso9660 /dev/loop0 /mnt/cdrom

Note - remember to remove the loopback interface when it is not required:

        umount /mnt/cdrom
        losetup -d /dev/loop0

Cheers
Jason.


On Mon, 29 May 2000, Terry Collins wrote:

> I need to make a copy of win98 CD for offsite backup purposes.
> 
> Is this possible under linux?
> 
> Is it as simple as including -I and -J options of mkisofs?
> 
> Still complains about ~sbs, ~anaimations, ~help, ~images ~source
> --
>    Terry Collins {:-)}}} Ph(02) 4627 2186 Fax(02) 4628 7861  
>    email: [EMAIL PROTECTED]  www: http://www.woa.com.au  
>        or [EMAIL PROTECTED] 
>    WOA Computer Services <lan/wan, linux/unix, novell>
>    snail:  PO Box 1047, Campbelltown, NSW 2560.
> 
>  "People without trees are like fish without clean water"
> --
> SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
> To unsubscribe send email to [EMAIL PROTECTED] with
> unsubscribe in the text
> 

---
Jason Ball
Electronic Commerce Specialist
Corporate Express Australia Ltd
Phone: +61 2 9335 0374  Fax: +61 2 9335 0753
Email: [EMAIL PROTECTED]

--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text

Reply via email to