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 -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list