-
problems using cdrecord
[root@Uberleet-Terminal iso]# cdrecord dev=0,0,0 -data debian-30r1-i386-binary-
cdrecord: No such file or directory. No read access for 'debian-30r1-i386-binary-'.
also tried
[root@Uberleet-Terminal iso]# cdrecord -v speed=52 dev=0,52,0 -eject debian-30r1-i386-binary-1.iso
Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 J?rg Schilling
TOC Type: 1 = CD-ROM
scsidev: '0,52,0'
scsibus: 0 target: 52 lun: 0
cdrecord: Invalid argument. Illegal value for busno, target or lun '0,52,0'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
[root@Uberleet-Terminal iso]#
-
on the 1 one, you typed the wrong file name.
On the second one you got the filename right, but the dev stuff should be 0,0,0 (try to run cdrecord -scanbus to find out what to use)
-
Make sure you are using scsi emulation first.
-
how do i do scsi emulation? and i'm going to try what that one guy suggested,
-
If you end up having to, use this guide http://forums.gentoo.org/viewtopic.p...t=idescsi+cdrw to do your SCSI emulation.
-
and/or see the link in my sig.
see the software page under cd writing.