[Pkg-libburnia-devel] Bug#702621: xorriso: Cannot use DVD+R DL (8.5 GB) media

Thomas Schmitt scdbackup at gmx.net
Wed Apr 24 06:24:20 UTC 2013


Hi,

(you forgot to CC the Debian bug report 702621 at bugs.debian.org)


> > Is the medium still reported as blank ?

> Yes, it is.

So we could do more experiments without media waste.


> >  xorriso -report_about ALL -scsi_log on \
> >          ...your.other.xorriso.arguments... \
> >          2>&1 | tee -i /tmp/xorriso.log

> RESERVE TRACK
> 53 00 00 00 00 00 3c 75 c0 00 
> xorriso : UPDATE : Thank you for being patient. Working since 0 seconds.
> ...
> xorriso : UPDATE : Thank you for being patient. Working since 161 seconds.
> +++ key=3  asc=0Ch  ascq=00h   (161696 ms)

The command lasts very long and finally fails with SCSI error 3,0C,00
which indicates a write error.

This is a problem between drive and medium (possibly between drive
and any DVD+R DL media).


You could try to hide the image size from xorriso and thus avoid the
RESERVE TRACK command.
But i expect a write error with the first WRITE command then:

  cat /home/axel/Videos/USA/Birth of a Nation.iso' | \
  xorriso -as cdrecord ...options.except.path.of.iso.image... -

The dash "-" lets xorriso read the image from standard input.
Do not use options --grow_overwriteable_iso or -isosize.
They would let xorriso inspect the beginning of the ISO image
in order to learn its size. If it knows the size, then it will
issue the RESERVE TRACK command.

(Less tricky would be to use a newer xorriso, which knows command
   -write_type "tao"
 resp. does not ignore -as cdrecord option -tao.
 But even the version 1.2.2 of Debian testing is too old for that.)


Have a nice day :)

Thomas



More information about the Pkg-libburnia-devel mailing list