<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Burning ISO image to /dev/sr0<br><br>Executing 'mkisofs -dvd-video -V MythTV BurnDVD<br>
/var/video/tmp//work/dvd | builtin_dd of=/dev/sr0<br>obs=32k seek=0'<br> 6.64% done, estimate finish Thu Nov 2 17:48:20 2006<br> 13.29% done, estimate finish Thu Nov 2 17:48:20 2006<br> 19.92% done, estimate finish Thu Nov 2 17:48:25 2006
<br>/dev/sr0: restarting DVD+RW format...<br>/dev/sr0: "Current Write Speed" is 4.1x1385KBps.<br>:-[ WRITE@LBA=0h failed with SK=4h/ASC=08h/ACQ=03h]:<br>Input/output error<br>:-( write failed: Input/output error
<br>ERROR: Retrying to start growisofs after reload.<br>mkisofs: Broken pipe. cannot fwrite 32768*1</blockquote><div><br>If you check make ISO image on the "Select Destination" screen you can burn the disk yourself. The file is in /tmp/work/mythburn.iso
<br><br>I wrote this script to burn the file to my dvd drive (there are 4 lines with -speed=4 being on the 3rd line):<br><br>#!/bin/sh<br>ulimit -l unlimited<br>/usr/bin/growisofs -Z /dev/dvd=/tmp/work/mythburn.iso -use-the-force-luke=notray -use-the-force-luke=tty -dvd-compat -speed=4
<br>eject /dev/dvd<br><br>John<br></div></div>