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
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
Benjamin Pharr wrote:
> What is the easiest way to make a copy of a CD in Linux? Thanks!
Check out gtoaster.
--
~~~
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-
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://
5 matches
Mail list logo