<html><body>

<p>Can you mount the file system up and do a copy?</p>
<pre>cp --sparse=always<br /><br /></pre>
<blockquote>
<div class="message_header"><span>Thu Jul 27 2017 01:18:55 PM CDT</span> <span>from "admin" <admin@lctn.org> </span> <span class="message_subject">Subject: Re: [tclug-list] Unable to copy over large vmdk files</span></div>
<div class="message_content"><tt>The problem you have is that scp/rsync etc are not preserving the</tt><br /> <tt>holes. All the empty blocks are being allocated on the disk and take</tt><br /> <tt>up real space.</tt><br /> <tt></tt><br /> <tt>cp can handle such files, read the man page about sparse files.</tt><br /> <tt>Another option i have used in the past it to create a cpio archive</tt><br /> <tt>using --sparse, copy the cpio archive over and then unpack it, again</tt><br /> <tt>with --sparse.</tt><br /> <tt></tt><br /> <tt></tt><br /> <tt></tt><br /> <tt>When atempting to use cpio --sparse, I get an error that sparse cannot be used when creating a file. How would you include sparse in the cpio command line?</tt><br /> <tt></tt><br /> <tt>I discovered rsync uses a sparse flag and it seemed to be working fine but then erred out at the end as in other attempts:</tt><br /> <tt></tt><br /> <tt>rsync -av --progress --sparse /home/raymond/LV2/NLS-Storage/NLS-Storage-flat.vmdk /home/raymond/sdf/NLS-Storage/NLS-Storage-flat.vmdksending incremental file list</tt><br /> <tt>NLS-Storage-flat.vmdk</tt><br /> <tt>1,610,924,554,240 100% 236.33MB/s 1:48:20 (xfr#1, to-chk=0/1)</tt><br /> <tt>rsync: read errors mapping "/home/raymond/LV2/NLS-Storage/NLS-Storage-flat.vmdk": Input/output error (5)</tt><br /> <tt>WARNING: NLS-Storage-flat.vmdk failed verification -- update discarded (will try again).</tt><br /> <tt>_______________________________________________</tt><br /> <tt>TCLUG Mailing List - Minneapolis/St. Paul, Minnesota</tt><br /> <tt>tclug-list@mn-linux.org</tt><br /> <tt><a href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list" target="webcit01">http://mailman.mn-linux.org/mailman/listinfo/tclug-list</a></tt><br /> </div>
</blockquote>
<p> </p>
</body></html>