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 ?