LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Burn ISO to CD [ATAPI device] (https://www.linuxquestions.org/questions/slackware-14/burn-iso-to-cd-%5Batapi-device%5D-444641/)

introuble 05-14-2006 07:47 AM

Burn ISO to CD [ATAPI device]
 
Code:

hdd: ATAPI 48X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(33)
Well .. believe it or not .. I've never tried to burn a CD before (probably because I've never had a device that could do this..). Now I'm tryint to burn somefile.iso to a CD. The device is /dev/hdd and details taken from dmesg(1) are printed above.

The question is .. what tool do I use to burn it ? I've tried cdrecord -scanbus but I'm recieving this:

Code:

Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
cdrecord: Warning: Running on Linux-2.6.16.11-panther
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.

Any ideas ?

introuble 05-14-2006 07:58 AM

Never mind, figured it out..

pdw_hu 05-14-2006 08:07 AM

well you did, but maybe it'll help someone.
Don't bother about -scanbus use: -dev=/dev/hdx (and don't bother about the 'open by devname is blabla'

wchild 05-15-2006 10:25 AM

Check out bashburn

Linux~Powered 05-15-2006 10:30 AM

Quote:

cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.
For me I had to..

ln -s /dev/hdd /dev/pg0

for it to work.


All times are GMT -5. The time now is 03:55 PM.