Thanks Russ <br>
<br>
md5 shows that spliting and again joining together works well ;)<br>
I'll burn it and see what happens....<br>
<br>
Thanks Youuuuuuuuuuuuu<br>
<br><br><div><span class="gmail_quote">On 4/28/06, <b class="gmail_sendername"><a href="mailto:rpowersau@gmail.com">rpowersau@gmail.com</a></b> <<a href="mailto:rpowersau@gmail.com">rpowersau@gmail.com</a>> 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 style="direction: ltr;"><br><br><div></div><div style="direction: ltr;"><span class="q">
<span class="gmail_quote">On 4/28/06, <b class="gmail_sendername">Mehdi Hassanpour</b> <<a href="mailto:mehdi.public@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mehdi.public@gmail.com
</a>> 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 style="direction: ltr;">Thank you friends<br><br>I've downloaded the Dapper ISO file at office and want to bring it with a 512Mg cooldisk to home<br>may I have an example how should I split the ISO file into 2 parts and then use it at home ?
<br><br>
Thanks</div></blockquote></span></div><div style="direction: ltr;"><div><br>
Warning: This is how I believe it should work but have never tried myself!!<br>
<br>
Split it:<br>
<span>           split -b500m dapper.iso<br>
<br>
This will create 500 megabyte files </span><span>dapper.isoaa </span><span>dapper.isoab and so on depending on the size of the iso.</span><br>
<font color="#333333"><code></code></font></div><br>
Put it back together:<br>
<span>           cat dapper.isoaa </span><span>dapper.iso</span><span>ab  >> </span><span>dapper.iso<br>
<br>
Obviously you need the same number of files that were created to put it back together.<br>
<br>
Since I've never done this myself so let us know how you go.  ;)<br>
<br>
</span></div></div></blockquote></div><br>