[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: growisofs - Invalid argument



Hi,

> WARNING: /dev/hda already carries isofs!

Are you using overwriteable media ?
(DVD+RW, DVD-RAM, formatted DVD-RW)

If not, then the error might be caused by using
on appendable media option -Z rather than -M.


> About to execute 'mkisofs -quiet -A Bacula Data -input-charset=default 
> -iso-level 3 -pad -p dvd-handler / growisofs -sysid BACULADATA -R 
> /tmp/backup/Vol0003 | builtin_dd of=/dev/hda obs=32k seek=0'
> /dev/hda: "Current Write Speed" is 8.2x1385KBps.
> :-[ WRITE@LBA=0h failed with SK=5h/ASC=21h/ACQ=02h]: Invalid argument
> :-( write failed: Invalid argument

"Invalid argument" refers to the communication of growisofs
and drive. The MMC error list says:

5 21 02 INVALID ADDRESS FOR WRITE

The write address is given by "WRITE@LBA=0h".
It should work if the media is blank or overwriteable.
(Yours is not blank but "carries isofs".)
It would not work if the media is appendable (i.e. 
written but not closed and thus still writeable).


To find out about the media state, you may do
  dvd+rw-mediainfo /dev/hda
(The tray with the media has to be loaded already.)


Have a nice day :)

Thomas



Reply to: