On Fri, 2006-10-06 at 13:38 +0100, Paul Smith wrote: > On 10/6/06, Antonio Montagnani <antonio.montagnani@xxxxxxxxx> wrote: > > I try to burn an Iso file to a CD and I get this error log (actually I > > am trying to burn a .bin .cue file, never done before..) > > if the file is a true iso image it will not matter what the filename extension is. It is not standard for iso images to be named .bin, .cue, etc., but is certainly possible. > > System > > ----------------------- > > K3b Version: 0.12.15 > > > > KDE Version: 3.5.4-0.3.fc5 Fedora-Core > > QT Version: 3.3.6 > > Kernel: 2.6.17-1.2187_FC5smp > > Devices > > ----------------------- > > HP CD-Writer+ 7500 1.0a (/dev/hdd, ) at [CD-R; CD-RW; CD-ROM] [Error] > > [SAO; TAO] > > > > HL-DT-ST DVDRAM GSA-4163B A103 (/dev/hdc, ) at [CD-R; CD-RW; CD-ROM; > > DVD-ROM; DVD-RAM; DVD-R; DVD-RW; DVD+R; DVD+RW; DVD+R DL] [DVD-ROM; > > DVD-R sequenziale; DVD-RAM; DVD-RW a riscrittura limitata; DVD-RW > > sequenziale; DVD+RW; DVD+R; DVD+R a doppio strato; CD-ROM; CD-R; > > CD-RW] [SAO; TAO; RAW; SAO/R96P; SAO/R96R; RAW/R16; RAW/R96P; > > RAW/R96R; Riscrittura limitata] > > Used versions > > ----------------------- > > cdrdao: 1.2.1 > > > > cdrdao > > ----------------------- > > Cdrdao version 1.2.1 - (C) Andreas Mueller <andreas@xxxxxxxx> > > SCSI interface library - (C) Joerg Schilling > > Paranoia DAE library - (C) Monty > > Check http://cdrdao.sourceforge.net/drives.html#dt for current driver tables. > > Using libscg version 'schily-0.8' > > /dev/hdc: HL-DT-ST DVDRAM GSA-4163B Rev: A103 > > Using driver: Generic SCSI-3/MMC - Version 2.0 (options 0x0010) > > /usr/bin/cdrdao: Operation not permitted. Cannot send SCSI cmd via ioctl > > > > cdrdao command: > > ----------------------- > > /usr/bin/cdrdao write --device /dev/hdc --driver > > generic-mmc:0x00000010 --speed 40 -n -v 2 --force --eject --remote 20 > > /tmp/kde-antonio/k3b6GAfoc.tmp.cue > > > > Any help?? Tnx > > I have given up of using k3b, as very often it works wrongly (many > wasted disks). The best way is learning how to burn CDs/DVDs with the > command line. The following site is quite instructive: > > http://www.yolinux.com/TUTORIALS/LinuxTutorialCDBurn.html > > Now, to solve your particular problem, burn your iso with the command: > > cdrecord -v dev=/dev/dvd -data /tmp/cd-iso-image-file.iso > in over 2 years I have never had k3b trash a disk. If you have examples of the problems and can recreate it I am sure the developers would like to hear from you. > Paul >