> From: Qian Gong <http://www.tue.nl/~q.gong> > Date: Wed, 12 Feb 2003 09:23:38 +0100 > > > > > Could I ask you one more question?: what does your TOC file look like? > > I'm still unable to get this to work. Here's my TOC file: > > > > CD_ROM > > TRACK MODE1 > > DATAFILE "cd_image" > > > > Your TOC file looks OK. > > > and here's the command I'm trying: > > > > cdrdao write --eject --device 0,0,0 --driver generic-mmc --force > > cdbackup.toc > > > > I get this error: > > > > ERROR: Drive does not accept any cue sheet variant - please report. > > ERROR: Writing failed. > > > > Could you send all the messages after the command? And what do you get > with the command "cdrdao write --device 0,0,0 --driver generic-mmc > cdbackup.toc"? Yes. It's all below. You'll notice: 1) blanking seems to work 2) (surprisingly) small ISO images work: a) written via cdrecord b) "mount" of the CD-ROM works 3) cdrdao doesn't work, even with small ISO images Thanks again. > Regards, > > Qian screw:~# cdrdao blank --device 0,0,0 Cdrdao version 1.1.7 - (C) Andreas Mueller <http://www.daneb.de/~andreas> 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 'andreas-0.5-UNIXWARE_Patch' 0,0,0: SAMSUNG CDRW/DVD SM-308B Rev: T100 Using driver: Generic SCSI-3/MMC - Version 2.0 (options 0x0010) Blanking disk... Blanking time: 49 seconds screw:~# mount /cdrom mount: wrong fs type, bad option, bad superblock on /dev/cdrom, or too many mounted file systems screw:~# cdrecord -v -eject dev=0,0,0 -data cd_image Cdrecord 2.0 (i586-pc-linux-gnu) Copyright (C) 1995-2002 Jörg Schilling TOC Type: 1 = CD-ROM scsidev: '0,0,0' scsibus: 0 target: 0 lun: 0 Linux sg driver version: 3.1.22 Using libscg version 'schily-0.7' atapi: 1 Device type : Removable CD-ROM Version : 0 Response Format: 1 Vendor_info : 'SAMSUNG ' Identifikation : 'CDRW/DVD SM-308B' Revision : 'T100' Device seems to be: Generic mmc2 DVD-ROM. Using generic SCSI-3/mmc CD-R driver (mmc_cdr). Driver flags : MMC-2 SWABAUDIO Supported modes: TAO PACKET SAO SAO/R96R RAW/R16 RAW/R96R Drive buf size : 1374208 = 1342 KB FIFO size : 4194304 = 4096 KB Track 01: data 0 MB padsize: 504 KB Total size: 0 MB (00:04.02) = 302 sectors Lout start: 1 MB (00:06/02) = 302 sectors Current Secsize: 2048 ATIP info from disk: Indicated writing power: 6 Reference speed: 2 Is not unrestricted Is erasable ATIP start of lead in: -11680 (97:26/20) ATIP start of lead out: 337348 (74:59/73) 1T speed low: 0 (reserved val 0) 1T speed high: 4 power mult factor: 4 5 recommended erase/write power: 3 A1 values: 02 4A B0 A2 values: 00 00 00 Disk type: Phase change Manuf. index: 23 Manufacturer: SKC Co., Ltd. Blocks total: 337348 Blocks current: 337348 Blocks remaining: 337046 Starting to write CD/DVD at speed 4 in real TAO mode for single session. Last chance to quit, starting real write in 9 seconds. 8 seconds. 7 seconds. 6 seconds. 5 seconds. 4 seconds. 3 seconds. 2 seconds. 1 seconds. 0 seconds. Operation starts. Waiting for reader process to fill input buffer ... input buffer ready. Performing OPC... Starting new track at sector: 0 Track 01: 0 of 0 MB written. Track 01: writing 504 KB of pad data. Track 01: Total bytes read/written: 98304/614400 (300 sectors). Writing time: 9.069s Average write speed 1.1x. Fixating... Fixating time: 80.862s cdrecord: fifo had 2 puts and 2 gets. cdrecord: fifo was 0 times empty and 0 times full, min fill was 100%. screw:~# mount /cdrom screw:~# umount /cdrom screw:~# cdrdao blank --device 0,0,0 Cdrdao version 1.1.7 - (C) Andreas Mueller <http://www.daneb.de/~andreas> 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 'andreas-0.5-UNIXWARE_Patch' 0,0,0: SAMSUNG CDRW/DVD SM-308B Rev: T100 Using driver: Generic SCSI-3/MMC - Version 2.0 (options 0x0010) Blanking disk... Blanking time: 49 seconds screw:~# cdrdao write --eject --device 0,0,0 --driver generic-mmc --force /root/cdbackup.toc Cdrdao version 1.1.7 - (C) Andreas Mueller <http://www.daneb.de/~andreas> SCSI interface library - (C) Joerg Schilling Paranoia DAE library - (C) Monty Check http://cdrdao.sourceforge.net/drives.html#dt for current driver tables. WARNING: Track 1: Length is shorter than 4 seconds. Using libscg version 'andreas-0.5-UNIXWARE_Patch' 0,0,0: SAMSUNG CDRW/DVD SM-308B Rev: T100 Using driver: Generic SCSI-3/MMC - Version 2.0 (options 0x0000) Starting write at speed 4... Pausing 10 seconds - hit CTRL-C to abort. Process can be aborted with QUIT signal (usually CTRL-\). Executing power calibration... Power calibration successful. ERROR: Drive does not accept any cue sheet variant - please report. ERROR: Writing failed.