LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 04-11-2004, 05:26 PM   #1
blackulafedora1
LQ Newbie
 
Registered: Apr 2004
Location: Atlanta
Distribution: Fedora, Slackware, ?
Posts: 15

Rep: Reputation: 0
Question x-cdroast and cdrecord error


Hello good people.. :-)

I am using fedoracore linux. I have a Que_USB cdrw 24x12x40. I have been trying to configure cdrecord and x-cdroast. I understand it can be done with cdrecord alone. I keep running into the same problem. I think it might be because the /dev is not /dev/scd0 and it is /dev/pg5 or /dev/sr0, idunno. I wanted to ask about a good way to check and see what dev it is. Seems like it should be working, but its not (as you can see below). I just wanted to try to burn something small (without wasting a cd in the prossess -dummy). I have read the man page and the help file. I get the same error message (Error trying to open /dev/scd0 exclusively ... retrying in 1 second) 10 times and then, bail, in both cdrecord and x-cdroast. So I guess that the problem starts at cdrecord. I'll post any other info that you think will help. Thanks folks.. :-)

Linux localhost.localdomain 2.4.22-1.2115.nptl #1 Wed Oct 29 15:42:51 EST 2003 i686 i686 i386 GNU/Linux


[root@localhost cdrom]# cdrecord -dummy dev=0,0,0 /var/log/messages
Cdrecord-Clone 2.01a19 (i686-redhat-linux-gnu) Copyright (C) 1995-2003 Jrg Schilling
scsidev: '0,0,0'
scsibus: 0 target: 0 lun: 0
Linux sg driver version: 3.1.25
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
bailing out..


[root@localhost cdrom]# cdrecord -scanbus
Cdrecord-Clone 2.01a19 (i686-redhat-linux-gnu) Copyright (C) 1995-2003 Jrg Schilling
Linux sg driver version: 3.1.25
Using libscg version 'schily-0.7'
cdrecord: Warning: using inofficial libscg transport code version (schily - Red Hat-scsi-linux-sg.c-1.75-RH '@(#)scsi-linux-sg.c 1.75 02/10/21 Copyright 1997 J. Schilling').
scsibus0:
0,0,0 0) 'MITSUMI ' 'CR-48X9TE ' '1.0C' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *

blackulafedora1
Que_USB cdrw 24x12x40
 
Old 04-11-2004, 05:50 PM   #2
blackulafedora1
LQ Newbie
 
Registered: Apr 2004
Location: Atlanta
Distribution: Fedora, Slackware, ?
Posts: 15

Original Poster
Rep: Reputation: 0
ok... heh.. seems that I forgot to make an iso. duhh I guess I need that.. :-)
alright.. lemme try that out.. :-)
 
Old 04-11-2004, 08:25 PM   #3
blackulafedora1
LQ Newbie
 
Registered: Apr 2004
Location: Atlanta
Distribution: Fedora, Slackware, ?
Posts: 15

Original Poster
Rep: Reputation: 0
well, mabey im getting close

Do I have to specify a "remote SCSI" device because I'm using USB?

cdrecord -prcap

Cdrecord-Clone 2.01a19 (i686-redhat-linux-gnu) Copyright (C) 1995-2003 Jrg Schilling
scsidev: '1,5,0'
scsibus: 1 target: 5 lun: 0
Linux sg driver version: 3.1.25
cdrecord: No such file or directory. Cannot open '/dev/pg5'. Cannot open SCSI driver.

Should I use the scsidev: '1,5,0' or should I use 0,0,0 and are the '*,*,*' important?

I have used mkisofs to make testiso.iso
It is just a text file. I know that a small text file might now bw good for a test file to burn, because it wont even fill up the buffer.. does this look correct. It looks like there is a device drive loaded or a a compatible one able to be specified. I'm a little stumped. The Man page for cdrecord is great help but I am confused as to which options I need to specify. I think I made the ios correct, but its so small. And, I only have about 150MB of free space on this little 3GB HD. I have two 40GB NTFS drives full of mp3s. I just need to be able to burn all of them off. Then I can reformat my (stinkin) ntfs drive to ext3. I hope I can do this, because I only have 150MB of space. Man I just wish a new 60GB HD would fall from the sky into my lap. heh.. Any suggestions.

[root@localhost log]# mkisofs -r -o /var/log/testiso2.iso /var/log/testiso.txt
Total translation table size: 0
Total rockridge attributes bytes: 252
Total directory bytes: 0
Path table size(bytes): 10
Max brk space used 21000
176 extents written (0 Mb)

Thanks folks..

blackulafedora1
 
  


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
X CDROAST Question on ISO image texmansru47 Linux - Software 1 12-13-2004 11:54 AM
cdrecord -scanbus error djgerbavore Linux - Software 1 08-20-2004 09:59 AM
Help with cdroast BajaNick Linux - Software 5 03-09-2004 09:49 PM
X-CDRoast & kernel 2.6.* SLaCk_KiD Linux - Software 1 12-08-2003 07:29 AM
cdrecord inupt/output error. write_g1: scsi sendcmd: no error lucstuk Linux - Software 9 08-09-2003 09:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:39 AM.

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