To follow up with this a bit:<br><br>I have come across many forums where people have indicated that the maximum file size for ISO9660 Level 2 is 2GB.&nbsp; I have also come across some information that for ISO9660 Level 3, its 4GB.&nbsp; 
<br>I couldn't find a definitive site saying both of these in one place, but a friend of mine came across this small snippet:<br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
<font size="3">IS09660 has a limitation of 2GB at Level 2 ISO9660 and 4GB at level 3, currently Nero and other burning roms at this time dont support ISO9660 level 3 - The only way to get your files &gt; 2Gb to DVD is using UDF filesystem on you discs, but most DVD players dont support UDF - Now, another problem that is being presented in this situation is that Nero and many other linux apps is there is also a 2GB file size limitation implemented deep within the programming implementations of libc (this changed in newer 64-bit sources) that limits the file size to 2GB (more specificly 2^31 - 1) there is a workaround to implement LFS into the libc kernal source which the limit becomes 2^63 or 8TB, I can send you a link to more on that, but from what I can tell it is really not worth it...you might try to find a way to do what the dvd makers have been implementing to use ISO9660 level 2, split your video into VOB's at 1GB because that is the &quot;roundest&quot; file size below below the 2^31 -1 limit
</font><br></blockquote><br>So this being the case, I see two possible solutions.<br><br>1) MythArchive needs to learn how to start splitting files up into 1 GB chunks.&nbsp; Create a patch to start doing so.<br>2) MythArchive needs to learn how to write UDF.&nbsp; I haven't even ever written a UDF disk myself, so I'll have to see how readily feasible this is.
<br><br>Also while on the subject of mytharchive learning how to split up files, it would be very useful for mythvideo to learn how to properly read these files.<br>I have a symlink inside my videos directory to /mnt/cdrom0 and /mnt/cdrom1.&nbsp; Every time I open the videos list, it will show the actual contents rather then whats in the metadata.&nbsp; If I insert a mytharchive written DVD, it will list the filename as the long string of numbers, which isn't a big deal.&nbsp; If these files are split up, then it becomes a pain since they won't automatically load into the next one.&nbsp; Or more feasibly, the mythdvd plugin could be modified to understand how to play native archives and load the xml file for them and everything.
<br><br>Mario<br><div><span class="gmail_quote">On 10/25/06, <b class="gmail_sendername">Mario Limonciello</b> &lt;<a href="mailto:mario.mailing@gmail.com">mario.mailing@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;">
John, Michael<br><br>I have attempted this with two machines.&nbsp;&nbsp;Both are running Ubuntu Edgy<br>with the latest cdrtools package.&nbsp;&nbsp;I have no idea whether mkisofs is<br>compiled with large file support (is there an easy way to check?).
<br><br>The desktop is an Intel EM64T with an Intel Motherboard (845 I belive).<br>Here is it's burner:<br><br>Oct 24 13:11:09 localhost kernel: [&nbsp;&nbsp; 49.691236] hda: LITE-ON DVDRW<br>SHW-160P6S, ATAPI CD/DVD-ROM drive<br><br>
<br>The laptop is an IBM Thinkpad r50p. It's an x86 only box.<br>Here is it's burner:<br>[17179577.464000] hdc: MATSHITADVD-RAM UJ-811, ATAPI CD/DVD-ROM drive<br><br><br>I have experimented with both DVD+R and DVD-R disks, and always yield
<br>the same results.&nbsp;&nbsp;NeroLinux will burn the entire thing, but the ToC for<br>the disk says the MPEG2 file is only 3.4 megs.&nbsp;&nbsp;Mkisofs will always show<br>this error message, and even ISO files will not include the large file.
<br><br>I have had no trouble burning slightly smaller files (3.6GB) in the<br>past, so this is really mind boggling.<br><br><br></blockquote></div><br>