Re: create an .iso file from an audio cd

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

 



Claude Jones wrote:
We have a recording on CD that was made by people in our organizational chorus - it has ten tracks. We want to take those and create an .iso image file for associates in our foreign offices to download and burn their own audio cd's - is this possible with stuff that's in Fedora repos?

There are all sorts of GUI tools which will do that. The first ones that come to mind, are k3b and gnomebaker.
There is also a low-tech command line approach available. Assuming that your CD drive is /dev/hdc you can either
dd if=/dev/hdc of=music.iso bs=1024
or, if you want to be a true UNIX mofo, you can
cat /dev/hdc > music.iso


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux