On Fri, 2003-06-27 at 20:33, Jamie Dobbs wrote: > Un Linux how do I make an ISO image from a CD I have mounted in my CDROM > drive so that I may burn further copies of it? > use dd. dd if=/dev/cdrom of=mycd.iso bs=2048 The cd doesnt need to be mounted, and i'm pretty sure you need the blocksize (at least on my freebsd boxen).