Click to See Complete Forum and Search --> : cdrecord


shuzi
04-02-2003, 07:38 AM
i use cdrecord for burning my cds:

the command i enter is :

cdrecord -v dev=0,0,0 file.iso

where dev=0,0,0 is my CDRW.

The problem is that it takes around 15 mins to write a cd which is definitely slower than my windows performace of around 5 mins.

i have a SONY CRX195E1 (40x/12x/48x).

so apparently cdrecord is writing a cd slower than 40x. Also the media i am using is 40x compliant media. so is there any additional options that i need to add to the above cdrecord command to write cds at the said speed?

sajchurchey
04-02-2003, 12:39 PM
try adding the speed=12 or speed=40 arguments to the command, depending on the media.

sharth
04-02-2003, 01:07 PM
Originally posted by sajchurchey
try adding the speed=12 or speed=40 arguments to the command, depending on the media. and the drive limitations.

shuzi
04-02-2003, 01:59 PM
Originally posted by sharth
and the drive limitations.

how do i do that?

jetblackz
04-02-2003, 02:30 PM
http://jetblackz.freeservers.com/Installingcdcopy.html

shuzi
04-02-2003, 03:15 PM
Originally posted by jetblackz
http://jetblackz.freeservers.com/Installingcdcopy.html

thanx, i'll give it a shot.

sharth
04-02-2003, 07:04 PM
it was a referance to the depending on the media. the drive and the cd media itself limit the speed of burning.

sarah31
04-02-2003, 10:07 PM
cdrecord --help
man cdrecord
or google.com/linux for any one of the numerous tutorials out there on cdrecord.

as well you could hit freshmeat.net and look at any one of the numerous gui or console frontends for cdrecord.

shuzi
04-02-2003, 10:29 PM
Originally posted by sharth
it was a referance to the depending on the media. the drive and the cd media itself limit the speed of burning.

oh okay