How to make CD/DVD by using Brasero

Asked By 10 points N/A Posted on -
qa-featured

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.

SHARE
Best Answer by Johnny Dresser
Best Answer
Best Answer
Answered By 0 points N/A #115745

How to make CD/DVD by using Brasero

qa-featured

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

 

Related Questions