Re: Copy a CD with cdrecord and a single burner
- From: Antonio Olivares <olivares14031@xxxxxxxxx>
- Date: Fri, 25 Aug 2006 19:24:32 -0700 (PDT)
--- Paul Smith <phhs80@xxxxxxxxx> wrote:
Dear All
Does somebody know how to copy a CD to another one
with only one
burner and using the command line, say, cdrecord?
Thanks in advance,
Paul
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe:
https://www.redhat.com/mailman/listinfo/fedora-list
If the cd is a data cd, first unmount it either
through gnome-mount -u /dev/hdc or as root
# umount /media/NAMEOFVOLUME
then proceed to
# readcd dev=/dev/hdc f=anythingyouwant.iso
then burn with
# cdrecord -v -dao dev=/dev/hdc
driveropts=burnproof(*if your burner supports it)
-eject(*to eject when done) anythingyouwant.iso
if the cd is an audio cd,
# cdda2wav -vall dev=/dev/hdc -B
when that is done eject the cd and do
# cdrecord -v -dao dev=/dev/hdc -useinfo -audio
driveropts=burnproof -eject *.wav
and that should do it. Move along the parameters as
needed as your burner might not have burnproof
enabled.
-v - verify
-dao - disk at once
-useinfo - preserve gap size for audio tracks
-eject - to eject cd when burn is complete.
# man cdrecord
can help to better understand the process.
Regards,
Antonio
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
- Follow-Ups:
- Re: Copy a CD with cdrecord and a single burner
- From: CodeHeads
- Re: Copy a CD with cdrecord and a single burner
- References:
- Copy a CD with cdrecord and a single burner
- From: Paul Smith
- Copy a CD with cdrecord and a single burner
- Prev by Date: Re: pgp/mime and outlook
- Next by Date: Re: Bug in Graphical Network Configuration???
- Previous by thread: Re: Copy a CD with cdrecord and a single burner
- Next by thread: Re: Copy a CD with cdrecord and a single burner
- Index(es):
Relevant Pages
|