Hi all,
Using K3B 0.12.3 on Mandriva 2006, I've encountered the following error when trying to burn a certain bin/cue image. Other bin/cues have worked fine.
Code:
cdrdao returned an unknown error (code 1)
Operation not permitted
Please include the debugging output in your problem report.
The debugging output is:
Code:
System
-----------------------
K3b Version: 0.12
KDE Version: 3.4.2
QT Version: 3.3.4
Kernel: 2.6.12-12mdk
Devices
-----------------------
LITE-ON DVDRW SHM-165P6S MS0K (/dev/hdc, ) at /mnt/cdrom [CD-R; CD-RW; CD-ROM; DVD-ROM; DVD-RAM; DVD-R; DVD-RW; DVD-R DL; DVD+R; DVD+RW; DVD+R DL] [DVD-ROM; DVD-R Sequential; DVD-R Dual Layer Sequential; DVD-R Dual Layer Jump; DVD-RAM; DVD-RW Restricted Overwrite; DVD-RW Sequential; DVD+RW; DVD+R; DVD+R Double Layer; CD-ROM; CD-R; CD-RW] [SAO; TAO; RAW; SAO/R96P; SAO/R96R; RAW/R16; RAW/R96P; RAW/R96R; Restricted Overwrite; Layer Jump]
Used versions
-----------------------
cdrdao: 1.2.0
cdrdao
-----------------------
Cdrdao version 1.2.0 - (C) Andreas Mueller <andreas@daneb.de>
SCSI interface library - (C) Joerg Schilling
Paranoia DAE library - (C) Monty
Check http://cdrdao.sourceforge.net/drives.html#dt for current driver tables.
ERROR: Could not find input file "WHATEVER.BIN".
cdrdao command:
-----------------------
/usr/bin/cdrdao write --device /dev/hdc --driver generic-mmc:0x00000010 --speed 48 -n -v 2 --force --eject --remote 16 /home/whomever/whatever.cue
The cue file itself reads as follows (note that it is a 2352 bytes/sector image):
Code:
FILE "WHATEVER.BIN" BINARY
TRACK 01 MODE1/2352
INDEX 01 00:00:00
Any advice would be appreciated. Note that attempting to burn as root failed with the same error messages. Thanks!