[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Making a copy of a CD



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 debian-user-request@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 
> 



Reply to: