Re: Copy a CD with cdrecord and a single burner

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

 




--- 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
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux