Asked By
jemes
10 points
N/A
Posted on - 08/20/2011
Hi guys what is Brasero? By using it how can I make CD or DVD in Red Hat Linux? I use Red Hat Linux 6. What commend I should give for make a CD or DVD in my commend line? Can anybody help me for this? Please give full instructions.
How to make CD/DVD by using Brasero
Brasero is CD/DVD writer software which is built-in software for Linux. Â All Linux versions like red hat, slax, fedora etc have this software for burn CD/DVD or make an .iso image. To make CD/DVD you have to start this software and add those files you that want to burn form your address bar (root:/). There are many commands for burn CD/DVD depends on your category of data.Â
 If audio data in .wav format use:  $ wodim -v -pad speed=1 dev=/dev/cdrw -dao -swab *.wav
 If burning a bin/cue use: $ cdrdao write –device /dev/cdrw image.cue
 If making .iso use: $ cat /dev/cdrw > isoimage.iso
Â