On Mon, Oct 29, 2001 at 01:56:22PM +0100, Karl-Heinz Herrmann wrote: > > On 29-Oct-01 Rainer Canavan wrote: > > root@brennkiste:/ # /opt/schily/bin/cdrecord -dummy -v scgcheck/ > > Cdrecord 1.11a08 (i586-pc-linux-gnu) Copyright (C) 1995-2001 J�rg Schilling > > If scgcheck/ is indeed a directory cdrecord will do nothing. > You have to specify filenames. And if thats data files and not ISO-images > create an iso-image with mkisofs like described in the cdrecord manpage in > "EXAMPLES" (thats after all the options).
Ok, so that was a bad example. Same thing happens when I use a file. root@brennkiste:~ # dd if=/dev/zero of=file bs=2048 count=2048 2048+0 records in 2048+0 records out root@brennkiste:~ # /opt/schily/bin/cdrecord -dummy -v file Cdrecord 1.11a08 (i586-pc-linux-gnu) Copyright (C) 1995-2001 J�rg Schilling TOC Type: 1 = CD-ROM scsidev: '0,5,0' scsibus: 0 target: 5 lun: 0 Linux sg driver version: 3.1.17 Using libscg version 'schily-0.5' atapi: 0 Device type : Removable CD-ROM Version : 2 Response Format: 2 Capabilities : RELADR SYNC LINKED Vendor_info : 'TEAC ' Identifikation : 'CD-R55S ' Revision : '1.0N' Device seems to be: Teac CD-R50S. # root@brennkiste:~ # echo $CDR_DEVICE 0,5,0 Strace output is the same... Rainer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

