On 10/3/06, <b class="gmail_sendername">Patrick Doyle</b> <<a href="mailto:wpdster@gmail.com">wpdster@gmail.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have a 6.5 Gbyte tarball that I want to archive on a dual layer DVD.<br> Unfortunately, I don't have a dual-layer writer on my PC, however, I<br>do have access to another (Windows) PC that _does_ have a dual-layer<br>writer.
<br><br>So, I would like to create the .iso on my Linux PC and transfer it to<br>the other PC.  Since I use Gnome as my desktop, I figured I would use<br>GnomeBaker to create the .iso.  Unfortunately, when I do so, I get an
<br>error message that reads:<br><br>mkisofs: Value too large for defined data type.  File<br>/blah/blah/blah.tar.bz2 is too large - ignoring<br></blockquote></div><br>What you want to do is use the "--tape-length=4GB" fuction inside tar when you create the tar.  If you use the "split" command against the large archive, your resulting files will show up as "data" if you check "file 
tar.part*".  Some CD writing programs won't allow you to burn files with pure data (ran into that in k3b).<br><br>see: <br><a href="http://www.cgi-interactive-uk.com/splitting_large_files.html">http://www.cgi-interactive-uk.com/splitting_large_files.html
</a><br><br>--Josiah<br>