Results 1 to 5 of 5
1st those man pages are huge !!!
i'm trying to burn an iso with a dvd burner on a cdr media (700mb)
on Fedora Core 2, AMD2500, 2 CDR's
1 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-09-2004 #1Just Joined!
- Join Date
- May 2004
- Location
- Israel
- Posts
- 61
cdrecord on NEC2510A-DVDRW not working
1st those man pages are huge !!!
i'm trying to burn an iso with a dvd burner on a cdr media (700mb)
on Fedora Core 2, AMD2500, 2 CDR's
1 IDE 1,0 'NEC 2510A DVDRW'
2 IDE 1,1 'RICHO CDRW'
the cd (cdr 700mb) is in the dvdrw device.
Code:cdrecord --scanbus scsudev: 'ATA' devname: 'ATA' scsibus: -2 target: -2 lun: -2 Warning: Using badly designed ATAPI via /dev/hd* interface. Linux sg driver version: 3.5.27 cdrecord: Warning: using inofficial libscg transport code version .... Cdrecord-Clone 2.01a27-dvd .... Jorg Schilling ... ... Using libscg version 'schily-0.8'. scsibus1: 1,0,0 100) '_NEC' ' 'DVD_RW ND-2510A ' '2.15' Removable CD-ROM 1,1,0 101) 'RICHO ' 'CD-R/RW MP7083A ' '1.20' Removable CD-ROM 1,2,0 102) * 1,3,0 103) * ...
what to do ?Code:cdrecord --dev=1,0,0 csbooks.iso -v cdrecord: No write mode specified. cdrecord: Asuming -tao mode. cdrecord: Future version of cdrecord ..... cdrecord: Continuing in 5 seconds... Cdrecord-Clone 2.01a27-dvd (i686-pc-linux-gnu) ... Jorg Schilling TOC Type: 1 = CD-ROM scsidev: 1 = '1,0,0' scsibus: 1 target: 0 lun: 0 cdrecord No such file or directory. Cannot open '/dev/sg*'. Cannot open SCSI driver.
- 07-09-2004 #2
Try dev=/dev/hdc
ATAPI burning works and is better than SCSI emulation.
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 07-10-2004 #3Just Joined!
- Join Date
- May 2004
- Location
- Israel
- Posts
- 61
it worked ! thank you.
just for my basic understanding - why didn't it worked with SCSI emulation ?
- 07-10-2004 #4
Maybe because of the -- you had in front of the "dev=" arg. That's the only thing I can think of off the top of my head.

Glad to hear that it works now, though. As I said, SCSI emulation is no longer needed for burning. I even believe that most GUI frontends to cdrecord are actually using this functionality. I've been (using CL cdrecord) using ATAPI burning for some time now...possibly a year.
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 07-10-2004 #5Just Joined!
- Join Date
- May 2004
- Location
- Israel
- Posts
- 61
ok then "let it be"
thnx again.


Reply With Quote
