Re: Making an ISO from a CD

2003-11-18 Thread Malcolm Kay
On Tue, 18 Nov 2003 09:38, Bill Campbell wrote: On Mon, Nov 17, 2003, Max Clark wrote: Hi all, How do you create an ISO from a cd as the source? Obviously when the ISO where to be burned I would like it to be identical to the original cd. dd if=/dev/$cdrom of=tmpfile.iso Where $cdrom is

Re: Making an ISO from a CD

2003-11-18 Thread Jeff MacDonald
Believe if or not you can just do this 1: put the cd in 2: cat /dev/cdromdevice foo.iso it works, i've done it many times, just don't mount the device. Jeff. On Tue, 2003-11-18 at 05:23, Malcolm Kay wrote: On Tue, 18 Nov 2003 09:38, Bill Campbell wrote: On Mon, Nov 17, 2003, Max Clark

Making an ISO from a CD

2003-11-17 Thread Max Clark
Hi all, How do you create an ISO from a cd as the source? Obviously when the ISO where to be burned I would like it to be identical to the original cd. Thanks in advance, Max -- Max Clark maxc at beast.clarksys.com http://www.clarksys.com spamtrap: [EMAIL PROTECTED] - do NOT ever

Re: Making an ISO from a CD

2003-11-17 Thread Bill Campbell
On Mon, Nov 17, 2003, Max Clark wrote: Hi all, How do you create an ISO from a cd as the source? Obviously when the ISO where to be burned I would like it to be identical to the original cd. dd if=/dev/$cdrom of=tmpfile.iso Where $cdrom is the appropriate device name for your CD. Use the cd