LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-20-2003, 01:19 AM   #1
ksd
Member
 
Registered: Sep 2003
Location: lost in Eastern Kansas,USA
Distribution: FC3,Slackware ,ubuntu
Posts: 130

Rep: Reputation: 15
Arrow cd burning s/w


hello every one..is there any decent cd burning s/w for slackware?i gotta burn a bunch of cd's ..i mean all types of data starting from mp3's to iso images...need to burned..i got vexed with nero and its front end..any how that 's a different story..i gave divorce to windows..so..can any one suggest a good cd burning s/w for slackware ?
 
Old 10-20-2003, 02:12 AM   #2
Azmeen
Senior Member
 
Registered: May 2003
Location: Malaysia
Distribution: Slackware, LFS, CentOS
Posts: 1,307

Rep: Reputation: 47
K3B... X-CD-Roast...

These two are among the most popular.
 
Old 10-20-2003, 06:51 AM   #3
ksd
Member
 
Registered: Sep 2003
Location: lost in Eastern Kansas,USA
Distribution: FC3,Slackware ,ubuntu
Posts: 130

Original Poster
Rep: Reputation: 15
i have installed k3b.its good enough.i have even burned quite a few cd's ..the fornt end part is excellent.but what if i wanna learn whats happening behind?ie...i ma intersted in a CLI interface..so..can anyone suggest me a decent CLI cdburner?
 
Old 10-20-2003, 06:55 AM   #4
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
k3b is a front end for cdrecord. So there's your CLI cd burner.
 
Old 10-20-2003, 06:56 AM   #5
gt73
Member
 
Registered: Sep 2003
Distribution: LDME
Posts: 41

Rep: Reputation: 15
A command line program to burn CD is cdrecord itself. K3B uses cdrecord to burn cds.
 
Old 10-20-2003, 09:24 AM   #6
phishman3579
Member
 
Registered: May 2003
Posts: 161

Rep: Reputation: 32
I have two aliases I use, invovles cdrecord
alias make_image mkisofs -r -o image.img
alias burn_image cdrecord -v speed=4 dev=0,0,0
 
Old 10-20-2003, 10:59 AM   #7
ksd
Member
 
Registered: Sep 2003
Location: lost in Eastern Kansas,USA
Distribution: FC3,Slackware ,ubuntu
Posts: 130

Original Poster
Rep: Reputation: 15
ok..k3b is fine enough..but i dont know that its front end for cdrecord..so..if thats so..as i have already installed k3b..can i use cdrecord..directly from the console?or do i need to download it from the net?but i think k3b is cool enough..so..lemme play around a bit with it..after that i would jump to CLI..thanx any way..to all you guys out there..btw....
 
Old 10-20-2003, 11:45 AM   #8
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
Yeah, you can use it now. Look at 'man cdrecord'
 
Old 10-20-2003, 11:55 AM   #9
tipaul
Member
 
Registered: Apr 2003
Location: Laval, Quebec, Canada
Distribution: Ubuntu
Posts: 121

Rep: Reputation: 15
Exclamation Best NON-Graphical burner!

If you're looking for the BEST non-graphical front end for burning CDs:

http://freebits.de/magma/

It's been written as a BASH script so you can go into the code VERY EASILY!!!!!!!

I don't know anything stable than this one! And was thinking that it would be great to have this one converted to a GNOME-specific application to have a little bit of competition over k3b... Which I use on Gnome when I want a good Graphical Front End...

Hope I helped you! I Can't think of something easier to learn how cdburning works with cdrecord and others...
 
Old 10-20-2003, 12:03 PM   #10
tcaptain
LQ Addict
 
Registered: Jul 2002
Location: Montreal
Distribution: Gentoo 2004 from stage 1 baby!
Posts: 1,403

Rep: Reputation: 45
I find K3B is pretty good...I used to use EasyCD creator in Windows.

I also like ERoaster...which is similar and also works very well (made for Gnome I think)
 
Old 10-20-2003, 02:55 PM   #11
J.W.
LQ Veteran
 
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642

Rep: Reputation: 87
I think doing it in the CLI is the easiest of all:

1. Make your image file, which we'll call "my_image.img" by running this command:
mkisofs -r -o my_image.img /home/user/whatever

2. Burn it to CD by running this command:
cdrecord -v speed=8 dev=0,0,0 -data my_image.img

Change the speed setting as necessary to match your CD-RW. Personally I'd recommend using a lower setting than the hardware can truly support, just to minimize the chance of burning coasters. -- J.W.
 
Old 10-21-2003, 11:34 AM   #12
ksd
Member
 
Registered: Sep 2003
Location: lost in Eastern Kansas,USA
Distribution: FC3,Slackware ,ubuntu
Posts: 130

Original Poster
Rep: Reputation: 15
Thumbs down

hey k3b is too cool..but i guess iwill try that freebits.something which was written in bash script..the only problem with k3b which i found out till now is that when i wanted to burn an .iso image...its not supporting it..it has only one image format supported.that is iso9660..so when i added this something.iso its simply showing a msg box saying something which means format is not supported.
the result being a wasted cd..the problem in this part of hte world the cost of a cd is something like cost of 2 diet pepsi's put together.so..i guess...k3b is not that that cool after alll..
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
cd burning anyone? matthewa Slackware 12 09-02-2005 07:02 AM
No cd burning in 10.1. Maintech Mandriva 4 01-19-2005 01:35 AM
audiocd burning problem, whole system hangs while burning ichbinesderelch Linux - Software 1 11-14-2003 02:30 PM
CD-Burning slurride Slackware 16 03-14-2003 07:06 AM
CD Burning JuiceWVU Linux - Software 2 02-02-2003 12:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:39 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration