man mkisofs I've used it several times to clone a CD. If you have a CD Drive, AND a CD-RW in the same box, you can get creative an run something like "mkisofs /mnt/cdrom - | cdrecord -v dev=5,0 speed=8 -" (purely an example. The syntax is probably not right).
The two programs you want to use are (obviously) mkisofs, and cdrecord. And the output of mkisofs CAN be piped into cdrecord. (save that temporary disk space). Works like a charm. ;) Cheers Ric -----Original Message----- From: Miark [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 2:32 PM To: [EMAIL PROTECTED] Subject: Re: [newbie] Make ISO WAS: Command line burning I've been using the following: dd if=/mnt/cdrom of=/home/miark/image.iso IIRC, it copies all the files, but not the volume label etc. I'd be interested in knowing how to do this myself :-) Miark "D. Olson" <[EMAIL PROTECTED]> saith: > I have been working a bit on a tutorial for this, but I would like to add how > to make an ISO of a CD, and then burn it. > > Do you know how, via the commandline, to take everything on a CD and make it > into an ISO? Preferably including the volume label and all that jazz. > > Thanks!
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
