On Tuesday 27 September 2005 23:29, Mauro Sauco wrote:
> I run cdrecord as usual, then everything looks fine, then the LED of the
> drive goes on for a couple of seconds then goes off and everything 
> continues perfectly till the end, the media is ejected, but it is not
> touched at all as if "-dummy" was active. No apparent error mesage.
>
> # cdrecord -dev=0,0,0 -speed=1 -v --eject -dao myimage.iso

Not that the output would suggest that it's misinterpreting the passed 
parameters, but does the following yield the same?

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

The man page SYNOPSIS states [general options] dev=device [track options] and 
has no hyphen on either speed or dev and only a single hypen on eject. As I 
said, it doesn't seem like it's misinterpreting from the output but it can't 
hurt to try...

--
Jason Stubbs
-- 
gentoo-user@gentoo.org mailing list

Reply via email to