LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to burn CD-R & CD-RW ? (https://www.linuxquestions.org/questions/linux-software-2/how-to-burn-cd-r-and-cd-rw-64300/)

futurist 06-07-2003 10:13 PM

How to burn CD-R & CD-RW ?
 

Hi,
I just bought a Sony 48x24x48 CD-writer, it comes with a CD contains software for windows, but not for linux.

I am using linux mandrake 9.0, how to burn files onto CD-R/RW, can it be as easy as drag-and-drop ?
How to format CD-R/RW? Can I compress it?

Thanks.



sbadelt 06-07-2003 10:42 PM

There are several CD burning applications (front ends) available on Mandrake 9.1. I'm not sure about Mandy 9.0. Try looking a K->Applications->Archiving->CD Burning. If you can't find any on your install, look for them in RPMDrake. If they aren't on your distro CDs, then you can always search for RPMs for K3B, GnomeToaster, and GCombust.

Steve

sbadelt 06-07-2003 10:44 PM

Oh, and yes, it's as easy as drag-and-drop, the apps should be able to search for and configure your drrive setup appropriately.

futurist 06-14-2003 07:46 AM

I can't burn CDR/CDRW in linux. The applications I have are Eroaster, G-combust, Gnome-toaster and X-CD-roast.

I tried, but the CD burner just ejected the CDR and application failed.

Korff 06-14-2003 10:14 AM

Try using K3b. It's very friendly, drag and drop, and has an automatic configuration tool.

futurist 06-14-2003 10:16 AM

Quote:

Originally posted by Korff
Try using K3b. It's very friendly, drag and drop, and has an automatic configuration tool.
please tell me where to download its RPM file.;)

mad_ady 06-14-2003 10:49 AM

Search for it on www.rpmfind.net Then select your distro and download it!

fancypiper 06-14-2003 12:26 PM

Let your fingers do the commanding. Mice are for cats and mousetraps. :D
# CD burning info
Is it configured and what is the device? Command this to find out:
cdrecord -scanbus
Adding an IDE CD-Writer to Linux
CD Writing HOWTO
# Burn an ISO to disk
cdrecord -v speed=<burning speed> dev=<your device> /path/to/foo.iso
# Burn from disk to disk
cdrecord -v dev=<your device> speed=<burning speed> -isosize /dev/cdrom
# Generate an ISO from a directory.
mkisofs -Jr -o foo.iso /path/to/directory
mkisofs -vrTJUV "Label" -o foo.iso /path/to/directory
# Generate an ISO from a CD
dd if=/dev/cdrom of=foo.iso
Linux MP3 CD Burning mini-HOWTO
# Convert mp3 to wav with lame
for i in *.mp3; do lame --decode $i `basename $i .mp3`.wav; done
# Burn a CD from wav files
cdrecord -v -audio -pad speed=<burning speed> dev=<your device> /path/to/*.wav
# Erase a CDRW
cdrecord -v dev=<your device> speed=<burning speed> blank=fast

Tommi 06-17-2003 01:23 PM

its art. you may need work for two weeks before it works. This was not a good answer but it may help you to find right attitude.

After I have been studying for two weeks for next, I may give you some true answers.

-Tommi

nemesisza 06-18-2003 04:57 PM

hey guys...

I am looking for a console based CD Writing Program.
Anyone?

fancypiper 06-18-2003 05:10 PM

# CD burning info
Is it configured and what is the device? Command this to find out:
cdrecord -scanbus
Adding an IDE CD-Writer to Linux
CD Writing HOWTO
# Burn an ISO to disk
cdrecord -v speed=<burning speed> dev=<your device> /path/to/foo.iso
# Burn from disk to disk
cdrecord -v dev=<your device> speed=<burning speed> -isosize /dev/cdrom
# Generate an ISO from a directory.
mkisofs -Jr -o foo.iso /path/to/directory
mkisofs -vrTJUV "Label" -o foo.iso /path/to/directory
# Generate an ISO from a CD
dd if=/dev/cdrom of=foo.iso
Linux MP3 CD Burning mini-HOWTO
# Convert mp3 to wav with lame
for i in *.mp3; do lame --decode $i `basename $i .mp3`.wav; done
# Burn a CD from wav files
cdrecord -v -audio -pad speed=<burning speed> dev=<your device> /path/to/*.wav
# Erase a CDRW
cdrecord -v dev=<your device> speed=<burning speed> blank=fast

futurist 06-18-2003 09:40 PM

Windows is better in doing cd recording, i use Nero burning ROM.

fancypiper 06-18-2003 09:53 PM

:rolleyes: No way! Want to compare coaster numbers, huh? :p

futurist 06-22-2003 11:29 PM

Windows is the best in doing this,
Nero is the best choice.
Multisessions CD, CD-copying, soundtrack converting, virtual CD etc., all can be done .

Allen614 06-22-2003 11:48 PM

I see you've added a few lines to your CD burning tutorial. fancypiper.
I've still got the original from that "other" board. Thanks again.

futurist - Nero-Windows locks up your box just to burn a CD. In Linux-cdrecord you can surf the net,play a game or even compile a program at the same time.


All times are GMT -5. The time now is 12:58 PM.