<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=iso-8859-15"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Eduard,<br>
<br>
Thanks for helping.<br>
<br>
The DVD drive works fine with growisofs and other writing programs.<br>
The drive is a Samsung SH-S183A.<br>
<br>
I tested a DVD with over 1000 MB written by growisofs:<br>
$ wodim -msinfo dev=/dev/dvd<br>
0,0<br>
<br>
My (mis) understanding of the manpage led me to use the -tao parameter.<br>
I tested again with -sao and here are the results (unchanged):<br>
<br>
$ genisoimage -R -q -print-size /home2/mico/programs<br>
13844<br>
<br>
$ genisoimage -R /home2/mico/programs | wodim -multi dev=/dev/dvd -sao
tsize=13844 -<br>
I: -input-charset not specified, using utf-8 (detected in locale
settings)<br>
Using WILDC000.CPP;1 for 
/home2/mico/programs/archive/wildcards.glob.cpp (wildcards.readdir.cpp)<br>
Using DKOP000.CPP;1 for  /home2/mico/programs/dkop/dkop.cpp~ (dkop.cpp)<br>
&lt; etc. removed &gt;<br>
Device type    : Removable CD-ROM<br>
Version        : 5<br>
Response Format: 2<br>
Capabilities   : <br>
Vendor_info    : 'TSSTcorp'<br>
Identification : 'CD/DVDW SH-S183A'<br>
Revision       : 'SB02'<br>
Device seems to be: Generic mmc2 DVD-R/DVD-RW.<br>
Using generic SCSI-3/mmc DVD-R(W) driver (mmc_mdvd).<br>
Driver flags   : SWABAUDIO BURNFREE <br>
Supported modes: PACKET SAO<br>
Speed set to 5540 KB/s<br>
Starting to write CD/DVD at speed   4.0 in real SAO mode for multi
session.<br>
Last chance to quit, starting real write    0 seconds. Operation starts.<br>
<br>
WARNING: padding up to secsize.<br>
Track 01: Total bytes read/written: 13844/614400 (300 sectors).<br>
<br>
$ wodim -msinfo dev=/dev/dvd<br>
0,0<br>
<br>
$ wodim -toc dev=/dev/dvd<br>
Device type    : Removable CD-ROM<br>
Version        : 5<br>
Response Format: 2<br>
Capabilities   : <br>
Vendor_info    : 'TSSTcorp'<br>
Identification : 'CD/DVDW SH-S183A'<br>
Revision       : 'SB02'<br>
Device seems to be: Generic mmc2 DVD-R/DVD-RW.<br>
Using generic SCSI-3/mmc DVD-R(W) driver (mmc_mdvd).<br>
Driver flags   : SWABAUDIO BURNFREE <br>
Supported modes: PACKET SAO<br>
first: 1 last 1<br>
track:   1 lba:         0 (        0) 00:02:00 adr: 1 control: 4 mode:
-1<br>
track:lout lba:   2295104 (  9180416) -1:59:74 adr: 1 control: 7 mode:
-1<br>
<br>
<br>
Hope this helps.<br>
<br>
Mike<br>
<br>
<br>
<br>
Eduard Bloch wrote:
<blockquote cite="mid20070327084203.GA25618@rotes76.wohnheim.uni-kl.de"
 type="cite">
  <pre wrap="">#include &lt;hallo.h&gt;
* Mike Cornelison [Mon, Mar 26 2007, 08:42:14PM]:
  </pre>
  <blockquote type="cite">
    <pre wrap="">This is my first message to this list and I hope I am not wasting your time.

I want to convert an application from growisofs to wodim + genisoimage.
I am having a problem adding a 2nd session to a DVD ISO file system.

Here is effectively what I am doing:

genisoimage -R -q -print-size  /some/files   &gt;&gt;&gt;  NNN
genisoimage -R /some/files | wodim -multi dev=/dev/dvd -tao tsize=NNNs -
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I would be surprised if TAO really worked with DVD.

  </pre>
  <blockquote type="cite">
    <pre wrap="">wodim -msinfo dev=/dev/dvd  &gt;&gt;&gt;  0,0
    </pre>
  </blockquote>
  <pre wrap=""><!---->
That shouldn't happen. What does "-toc" tell you about this medium? Just
guessing, maybe you have a broken drive: does ejecting and reloading the
disk display different results?

Eduard.
  </pre>
</blockquote>
</body>
</html>