Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
03-27-2003, 06:27 PM
|
#1
|
Member
Registered: Mar 2003
Location: Bellevue, WA
Distribution: Arch w/ XFCE
Posts: 834
Rep:
|
Using the Linux CD Burner software
How do I use the CD Burner software that Linux supplied? I have GnomeToaster and X CD Roast. I am kinda curious how to burn almost everything, like data CDs for getting files to my 486, music CDs for my production at Keub Studios, burning ISOs, VCDs maybe ... you know. The most important thing right now is ISOs though, I'm trying to burn RH 7.3 CDs to install RH on my 486. What I'm asking is how does this software work?
Also, are there any other CD Burner apps out there that you reccomend?
Thanks!!
Last edited by orange400; 03-27-2003 at 06:32 PM.
|
|
|
03-27-2003, 06:37 PM
|
#2
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
k3b by far is the best "gui" app I've used. It does require KDE though...
For lightweight, get eroaster.
For lightest weight, use command line burning
Here's actually a script that a member here created to help you burn cds:
http://jetblackz.freeservers.com/Installingcdcopy.html
Otherwise, the quick and dirty for you:
cdrecord -scanbus
Notice which "bus" your device is on:
cdrecord dev=0,0,0 speed=X -v -eject /path/to/iso/iso.iso
replace X with the speed, and 0,0,0 with what it shows with the scanbus.
Cool
|
|
|
03-27-2003, 07:36 PM
|
#3
|
Member
Registered: Mar 2003
Location: Bellevue, WA
Distribution: Arch w/ XFCE
Posts: 834
Original Poster
Rep:
|
Whoooooaaaaaaa ... command line burning ....
Totally sweeeeeet ...
It's about halfway done! Thanks man!!
|
|
|
03-27-2003, 07:47 PM
|
#4
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
You're welcome Most gui cdburning programs are just front ends for cdrdao and cdrecord
Cool
|
|
|
03-27-2003, 07:55 PM
|
#5
|
Senior Member
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,306
Rep:
|
also, cdrecord will run under cygwin in windows,
if you get good at using cdrecord, and want to amaze
windows people.
there's a bunch of good simple cdburning frontends.
try several and see which you like best.
i like gnome-toaster for audio cdroms, and i still use
really old kisocd for data cdroms.
video dvdrip, which i have used to make svcd's can
make and burn svcd images.
simplecdrx i have used some lately and like it ok.
Last edited by whansard; 03-27-2003 at 08:00 PM.
|
|
|
03-27-2003, 07:59 PM
|
#6
|
Member
Registered: Mar 2003
Location: Bellevue, WA
Distribution: Arch w/ XFCE
Posts: 834
Original Poster
Rep:
|
Well I burned two of the three CDs nicely, but the third one tried to burn at like 150x!! And the average write speed after it panics is over 400x!! What's happening? Couldn't be a bad ISO right?
|
|
|
03-27-2003, 08:02 PM
|
#7
|
Senior Member
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,306
Rep:
|
man, thats messed up.
cdrecord is supposed to just use the drive's top speed
if you go over. I bet its your drive.
|
|
|
03-27-2003, 08:05 PM
|
#8
|
Member
Registered: Dec 2002
Location: IL
Distribution: NetBSD, Slackware, Gentoo, Debian, FreeBSD
Posts: 444
Rep:
|
I am curious....I have a Lite On burner....the burning speed is 32x. I use just the command line with cdrecord, i just let it burn at default speed which is like 4x...I always have to scrounge up a blank cdr somewhere so i am scared to screw it up, what should i set the speed to??
thanks
|
|
|
03-27-2003, 08:13 PM
|
#9
|
Senior Member
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,306
Rep:
|
cdrecord normally goes to the closest slower speed
that your drive supports. you just have to figure out
the risk yourself. if i was worried about it, it would
try 12x or 16x and add a bigger than default fifo like
fs=8m
for a fifo size of 8 megs.
|
|
|
03-27-2003, 08:16 PM
|
#10
|
Member
Registered: Dec 2002
Posts: 263
Rep:
|
Hey MasterC, that was a good tip: cdcopy, works great, thanks !
Bruno
|
|
|
03-27-2003, 08:29 PM
|
#11
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
Cdrecord will over ride your specified speed setting if the media does not support that speed, the -atip flag will print out the info from the disk, this is from an Aopen 650MB CD-RW
Code:
bern@grendel bern$ cdrecord -atip -dev=0,1,0
Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jörg Schilling
scsidev: '0,1,0'
scsibus: 0 target: 1 lun: 0
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.7'
Device type : Removable CD-ROM
Version : 0
Response Format: 1
Vendor_info : 'LITE-ON '
Identifikation : 'LTR-12101B '
Revision : 'LS22'
Device seems to be: Generic mmc CD-RW.
Using generic SCSI-3/mmc CD-R driver (mmc_cdr).
Driver flags : MMC SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R96P RAW/R96R
ATIP info from disk:
Indicated writing power: 5
Reference speed: 2
Is not unrestricted
Is erasable
ATIP start of lead in: -11615 (97:27/10)
ATIP start of lead out: 335925 (74:41/00)
1T speed low: 0 (reserved val 0) 1T speed high: 4
2T speed low: 0 (reserved val 5) 2T speed high: 0 (reserved val 12)
power mult factor: 4 5
recommended erase/write power: 3
A1 values: 02 4A B0
A2 values: 5C C6 26
Disk type: Phase change
Manuf. index: 18
Manufacturer: Plasmon Data systems Ltd.
My drive is a 32x12x10 and burnes CD-R at 12x, but I only have 4x CD-RW blanks, I have xcdroast set to 12x but cdrecord defaults to the highest supported speed.
|
|
|
03-27-2003, 09:14 PM
|
#12
|
Senior Member
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,306
Rep:
|
I think that depends on your burner. They all seem to be
good at picking the right speed for cdrw's, but i've had
a couple of drives that would try to burn cdr's at whatever
speed you told cdrecord up to the drive's maximum.
i had to just remember how fast the different blanks would
go without messing up, assuming i wanted to go over
the disk's rated speed. Most drives have a table built
in of types of blanks and speeds, and some drives don't.
|
|
|
03-27-2003, 10:50 PM
|
#13
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
Quote:
Originally posted by onurb
Hey MasterC, that was a good tip: cdcopy, works great, thanks !
Bruno
|
You're welcome... But I'd suggest sending the member an email thanking him, he doesn't get a lot of recognition for it since I seem to promote it a lot
Cool
|
|
|
03-28-2003, 04:44 AM
|
#14
|
Member
Registered: Dec 2002
Posts: 263
Rep:
|
Will do so, MasterC
Bruno
|
|
|
03-30-2003, 06:18 AM
|
#15
|
Member
Registered: Mar 2003
Location: Bellevue, WA
Distribution: Arch w/ XFCE
Posts: 834
Original Poster
Rep:
|
cdrecord is cool, but the burned image failed the mediacheck in the linux install. I am certian that the isos are healthy, so it's not that. I'm not sure what happened. It'd be cool to learn more about command line burning, but I am even more curious - how do ya burn a iso image onto a CDR with X CD Roast?
|
|
|
All times are GMT -5. The time now is 11:26 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|