Re: Making a copy of a CD

2001-01-19 Thread Zach Loafman
Benjamin Pharr <[EMAIL PROTECTED]> writes: > What is the easiest way to make a copy of a CD in Linux? Thanks! I would recommend the "cdrdao" package. It's the best/easiest command line way to make a good disc-at-once copy of a CD. -- Zachary M. Loafman

Re: Making a copy of a CD

2001-01-18 Thread romain lerallut
ists.debian.org Subject: 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 modu

Re: Making a copy of a CD

2001-01-18 Thread mike polniak
Benjamin Pharr wrote: > What is the easiest way to make a copy of a CD in Linux? Thanks! Check out gtoaster. -- ~~~

Re: Making a copy of a CD

2001-01-18 Thread csj
On Thursday 18 January 2001 18:05, romain lerallut wrote: > Add to this the X frontends for cdrecord, cdparanoia, cdrdao,etc: > > my favourite: xcdroast 0.98 ( doesn't copy on-the-fly audio CDs , > though, just data) gcdmaster (1.1 i think) (can't find a .deb for > this one, check out .rpms or non-

Re: Making a copy of a CD

2001-01-18 Thread Sebastiaan
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://