Hi, for data only cd's (one session, one track) the simplest is: dd if=/dev/cdrom of=/tmp/cdfile.iso
You can then mount it with: mount -o loop,ro -t iso9660 /tmp/cdfile.iso /cdrom For mixed cd's or multisession, I found this module that mounts your cd track by track (shows the tracks): http://www.elis.rug.ac.be/~ronsse/cdfs/ You can copy the disc track by track to hd. For audio tracks you could also use cdparanoia. Greetz, Sebastiaan On Thu, 18 Jan 2001, Benjamin Pharr wrote: > What is the easiest way to make a copy of a CD in Linux? Thanks! > > Ben > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >