<br><br><div><span class="gmail_quote">On 7/13/06, <b class="gmail_sendername">Gary Jones</b> &lt;<a href="mailto:garysj@gmail.com">garysj@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>Sorry this is a bit off topic. I've been using MythTV for a while now, but I'm still quite new to linux. My question is this: I've been burning DVDs using MythWeb, but is there a way to burn, say, an ISO file onto a DVD straight from the terminal? I'm using MythDora, so my distro is somewhat limited and stripped down. I figure there is an easy answer to this, but maybe not. Thanks.
</div></blockquote><div><br><br>If you've already got the .iso file created, you can probably use cdrecord to burn it directly to the DVD with cdrecord like this:<br><br>cdrecord -v --eject -dao file.iso<br><br>Where -v and --eject are optional for verbose output, and to eject the dvd when done. -dao is required though, as the default is to burn in track at once mode I think, which doesn't work for dvds. 
<br><br>Shawn Asmussen<br></div><br></div>