On Tue, Sep 27, 2005 at 11:29:45PM +0900, Mauro Sauco wrote:
> # cdrecord -dev=0,0,0 -speed=1 -v --eject -dao myimage.iso

<snip>

> 
> Starting to write CD/DVD at speed 1 in dummy mode for single session.
> Last chance to quit, starting dummy write in 0 seconds. Operation starts.

cdrecord thinks you are asking it to write in dummy mode. 

> #cdrecord -scanbus
> 
> Cdrecord 1.11a15 (i686-pc-linux-gnu) Copyright (C) 1995-2001 J?uffffrg 
> Schilling
> Linux sg driver version: 3.5.33
> Using libscg version 'bero-0.5a'
> cdrecord: Warning: using inofficial version of libscg (bero-0.5a
> '@(#)scsitransp.c      1.81 01/04/20 Copyright  1988,1995,2000 J. Schilling').
> scsibus0:
>         0,0,0     0) 'PIONEER ' 'DVD-RW  DVR-110 ' '1.22' Removable CD-ROM
>         0,1,0     1) *
>         0,2,0     2) *

I think the problem is in your command:

Try removing the dash ("-") before dev and speed, and make it a single
dash before "eject" to conform to the man page. i.e.

  cdrecord dev=0,0,0 speed=1 -eject -v -dao -data myimage.iso

HTH,

W
-- 
Time flies like an arrow. Fruit flies like a banana.
Sortir en Pantoufles: up 46 days, 18:02
-- 
[email protected] mailing list

Reply via email to