cdrecord: unsupported sector size 2352
Here's my command:
cdrecord -dao -pad -eject dev=/dev/cdrw cuefile=code_a.cue
The contents of the code_a.cue file:
FILE "code_a.bin" BINARY
TRACK 01 MODE1/2352
INDEX 01 00:00:00
The last line of the output:
cdrecord: Unsupported sector size 2352 for data on line 2 in 'code_a.cue'.
Here's some more information I can think to give:
cdrecord version: 2.01a38
Both code_a.bin and code_a.cue are in the same directory.
Any idea how I can write "code_a.bin" image to disk?
-- Tony
|