LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-02-2005, 02:27 PM   #1
skoot
Member
 
Registered: Apr 2005
Distribution: Ubuntu
Posts: 70

Rep: Reputation: 15
cdrecord too slow for Life is Good


after burning a few cds on my LG multiformat DVD/rw cdrecord decided
to try the max speed of the dvd writer (contrary to the first few times when cdrecord selected the speed). it now states that 40x is too fast, that fedora cannot do such a thing, and this makes me stranded(and sad).
how do i adjust the burn speed?
help

Last edited by skoot; 07-02-2005 at 02:29 PM.
 
Old 07-02-2005, 03:01 PM   #2
aggrosk8rdude
LQ Newbie
 
Registered: Jun 2005
Location: CO
Distribution: Minislack(Zenwalk), Mandriva, DSL
Posts: 23

Rep: Reputation: 15
Couldn't help with the burn speed, but have you considered trying any other app that may support it better? Most OS come with 2 or 3 cdburnapps at least.
 
Old 07-04-2005, 11:53 AM   #3
skoot
Member
 
Registered: Apr 2005
Distribution: Ubuntu
Posts: 70

Original Poster
Rep: Reputation: 15
cdrecord speed

i still would like an answer to my first question, but:
what other cd burning apps are included with FC3? i have no internet connection on my linux machine so a download is out of the question.
 
Old 07-04-2005, 12:03 PM   #4
Dark_Helmet
Senior Member
 
Registered: Jan 2003
Posts: 2,786

Rep: Reputation: 374Reputation: 374Reputation: 374Reputation: 374
Code:
cdrecord dev=<your dev code> speed=X /path/to/cd_image.img
If you're not using cdrecord from the command line, then you'll need to read up on your application's documentation to find out how you pass a value for the speed option.
 
Old 07-04-2005, 01:15 PM   #5
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Are you actually trying to burn CDs or DVDs at that speed?
Just checking ... ;}
 
Old 07-04-2005, 04:36 PM   #6
Dark_Helmet
Senior Member
 
Registered: Jan 2003
Posts: 2,786

Rep: Reputation: 374Reputation: 374Reputation: 374Reputation: 374
Yeah, the original question isn't completely clear whether it's CD writing or DVD. I'm leaning more to the CD writing, but if it is DVD writing, realize that there's another set of recording tools available for DVD's: dvdrtools. Here's the page on freshmeat.net: dvdrtools

Also note: 1X for CD's in most definitely not equal to 1X for DVD's
 
Old 07-06-2005, 12:13 PM   #7
skoot
Member
 
Registered: Apr 2005
Distribution: Ubuntu
Posts: 70

Original Poster
Rep: Reputation: 15
cdrecord

thanks amill dark helmet, ill try this

i am burning cd's.
another question which leads on from this is: what exactly is fedora core 3's burning speed limit for cds?
it told me that it could manage 40X but it didnt tell me what it could manage.
also in; "speed = X" doesnt X have to be a multiple of a certain number? (or can it be any number)
 
Old 07-06-2005, 02:31 PM   #8
Dark_Helmet
Senior Member
 
Registered: Jan 2003
Posts: 2,786

Rep: Reputation: 374Reputation: 374Reputation: 374Reputation: 374
I'm not aware of any intrinsic limit based on a distribution.

The speed limit should depend entirely on the hardware you have. The "big players" are the CD recorder's supported speed (99% of the time this is the limiting factor), the speed of your hard drive to retrieve the information to write on the CD, and the speed of your processor to feed the data to the CD burner once the hard drive pulls it into memory.

Recording speed can be any number. That number itself represents a multiple of 150 kilobytes per second. So if you're burning at 5X, the CD writer is putting roughly 750 kilobytes per second on the CD. If you're running at 10X, that's roughly 1500 kilobytes per second.

You'll usually only see powers of 2, or multiples of 5. Very rarely will you see anyone advertise a 37X or 13X CD writer. Actually, you'd probably be hard pressed these days to find anything under 30X unless it's over a year old. And even then...
 
Old 07-06-2005, 08:41 PM   #9
Michael Johnson
Member
 
Registered: Jul 2005
Location: Wagga Wagga, Australia
Posts: 262

Rep: Reputation: 30
What is the speeds specified on your drive? I have never heard of a drive that can write at 40X. Most drives have the speed specified in three parts eg. 8x4x32x this is read from left to write as Write a CD-R/DVD-r at 8x writes a CD-RW/DVD-RW at 4x and reads all at 32X. I think you are trying to write at the read speed which simply won't work.
 
Old 07-06-2005, 08:46 PM   #10
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
Quote:
Most drives have the speed specified in three parts eg. 8x4x32x this is read from left to write as Write a CD-R/DVD-r at 8x writes a CD-RW/DVD-RW at 4x and reads all at 32X.
I dunno, I've got an old CDRW drive in another computer here and it's 32x12x40x and thats CDRxCDRWxCDROM. My DVDRW in the current computer doesn't have speed on it so I can't comment from that.
 
Old 07-06-2005, 09:00 PM   #11
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
I've seen 52x burners...

http://www.dse.co.nz/cgi-bin/dse.sto...ct/View/XH7117


Cheers,
Tink
 
Old 07-06-2005, 09:05 PM   #12
Michael Johnson
Member
 
Registered: Jul 2005
Location: Wagga Wagga, Australia
Posts: 262

Rep: Reputation: 30
I must be getting a little behind in some of my hardware.
 
Old 07-06-2005, 09:12 PM   #13
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
Quote:
Originally posted by Tinkster
I've seen 52x burners...

http://www.dse.co.nz/cgi-bin/dse.sto...ct/View/XH7117


Cheers,
Tink
Can you get CDs the won't shatter in the drive at that speed? Nah that doesn't really suprise me, my 32x burner would be at least 2-3yrs old, probably more.
 
  


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
slow internet on FC-3; Was good on FC-1 prabhatsoni Linux - Software 12 06-16-2005 11:56 PM
windows, good battery life -> fedora, bad battery life daedalusq1115 Linux - Laptop and Netbook 1 01-17-2005 06:40 AM
Life is good. GuidoS LinuxQuestions.org Member Success Stories 1 10-04-2004 01:34 PM
the bible = the tree of the knowledge of good and evil () Jesus = the tree of life Michael111 General 2 04-14-2004 04:28 PM
Extremely slow burn speed with cdrecord SilentStrike Linux - Hardware 4 11-17-2002 02:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:23 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