Hi, I am having problems with cdrecord. Here is my information from scanbus: [root at Eurisko3 ~]# cdrecord -scanbus Cdrecord-Clone 2.01-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004 J?rg Schilli ng Note: This version is an unofficial (modified) version with DVD support Note: and therefore may have bugs that are not present in the original. Note: Please send bug reports or support requests to http://bugzilla.redhat.com/ bugzilla Note: The author of cdrecord should not be bothered with problems in this versio n. scsidev: 'ATA' devname: 'ATA' scsibus: -2 target: -2 lun: -2 Linux sg driver version: 3.5.27 Using libscg version 'schily-0.8'. cdrecord: Warning: using inofficial libscg transport code version (schily - Red Hat-scsi-linux-sg.c-1.83-RH '@(#)scsi-linux-sg.c 1.83 04/05/20 Copyright 1997 J. Schilling'). scsibus1: 1,0,0 100) 'SAMSUNG ' 'CDRW/DVD SM-308B' 'T100' Removable CD-ROM 1,1,0 101) * 1,2,0 102) * 1,3,0 103) * 1,4,0 104) * 1,5,0 105) * 1,6,0 106) * 1,7,0 107) * Is there something that I am missing here? I do not have problems burning iso's with my Solaris box at the office. Thanks! -- Dexter Desire is the ingredient that changes the hot water of mediocrity to the steam of outstanding success. It's the ingredient that enables a person with average ability to successfully compete with those who have far more. Ability is important--dependability is critical! See You At The Top -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20051211/28269eb4/attachment-0001.html>
Dexter Stowers wrote:> Hi, > I am having problems with cdrecord. Here is my information from > scanbus: > [root at Eurisko3 ~]# cdrecord -scanbus > Cdrecord-Clone 2.01-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004 > J?rg Schilli ng > Note: This version is an unofficial (modified) version with DVD support > Note: and therefore may have bugs that are not present in the original. > Note: Please send bug reports or support requests to > http://bugzilla.redhat.com/ bugzilla > Note: The author of cdrecord should not be bothered with problems in > this versio n. > scsidev: 'ATA' > devname: 'ATA' > scsibus: -2 target: -2 lun: -2 > Linux sg driver version: 3.5.27 > Using libscg version 'schily-0.8'. > cdrecord: Warning: using inofficial libscg transport code version > (schily - Red Hat-scsi-linux-sg.c-1.83-RH '@(#)scsi-linux-sg.c > 1.83 04/05/20 Copyright 1997 J. Schilling'). > scsibus1: > 1,0,0 100) 'SAMSUNG ' 'CDRW/DVD SM-308B' 'T100' Removable CD-ROM > 1,1,0 101) * > 1,2,0 102) * > 1,3,0 103) * > 1,4,0 104) * > 1,5,0 105) * > 1,6,0 106) * > 1,7,0 107) * > > Is there something that I am missing here? I do not have problems > burning iso's with my Solaris box at the office. Thanks! > > > -- DexterYou failed to mention the CentOS version and kernel ver. I tried cdrecord here (CentOS 4.2, 2.6.9-22.0.1.EL) just a few minutes ago: [rj at mavis ~]$ cdrecord -dao /home/rj/FC3-i386-disc1.iso ...with the results: <snip> Starting to write CD/DVD at speed 48.0 in real SAO mode for single session. Last chance to quit, starting real write 0 seconds. Operation starts. trackno=0 cdrecord: WARNING: Drive returns wrong startsec (0) using -150 Track 01: Total bytes read/written: 646987776/646987776 (315912 sectors). [rj at mavis ~]$ Other possibly pertinent information: [root at mavis ~]# ls -l /dev | grep cdr lrwxrwxrwx 1 root root 3 Dec 11 06:56 cdrom -> hdc lrwxrwxrwx 1 root root 3 Dec 11 06:56 cdrom1 -> hdd [root at mavis ~]# cat /etc/cdrecord.conf | grep -v ^# CDR_DEVICE=cdrom CDR_FIFOSIZE=4m cdrom= /dev/cdrom -1 -1 burnfree [root at mavis ~]# I hope this helps. -- <http://www.wunderground.com/US/TX/Ennis.html?bannertypeclick=gizmotimetemp24>
On Sun, 2005-12-11 at 17:52 -0500, Dexter Stowers wrote:> Hi, > I am having problems with cdrecord. Here is my information from > scanbus: > [root at Eurisko3 ~]# cdrecord -scanbus > Cdrecord-Clone 2.01-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004 > J?rg Schilli ng...> > Is there something that I am missing here? I do not have problems > burning iso's with my Solaris box at the office. Thanks!You don't give enough information to enable someone to help. Output of "cdrecord -scanbus" on my system looks very similar and everything works fine. What have you tried and what errors/failures are you seeing? Here's a command-line that works for me: # cdrecord -v -dao -eject -data dev=/dev/cdwriter boot.iso where "boot.iso" is in the current directory and, in my case, cdwriter is a link to hda Phil