<p dir="ltr">Thin provision is great for multiple VMs that are nearly identical like the base system for testing/QA/development environments or thin client desktops. With shared memory and shared drive space, it&#39;s possible to really squeeze a lot of use from a VM host.</p>

<div class="gmail_quote">On Oct 14, 2013 1:54 PM, &quot;Ed Cashin&quot; &lt;<a href="mailto:ecashin@noserose.net">ecashin@noserose.net</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">On Mon, Oct 14, 2013 at 10:59 AM, Michael B. Trausch <span dir="ltr">&lt;<a href="mailto:mbt@naunetcorp.com" target="_blank">mbt@naunetcorp.com</a>&gt;</span> wrote:<div class="gmail_extra"><div class="gmail_quote">

<div>... </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div bgcolor="#FFFFFF" text="#000000">
    I don&#39;t use thin provisioning on the disk... personally, I think
    it&#39;s asking for trouble.</div></blockquote></div><br clear="all"><div>When you&#39;re creating disposable, seldom-used VMs for development, thin provisioning can be nice, and you can often get by with something more lightweight than LVM---sparse files.</div>

<div><br></div><div>The dd command allows you to write way past the end of a file to create a sparse file, and tools like GNU cp and rsync have options that allow sparse files to be treated as such.</div><div><br></div><div>

I made a script that helps me conveniently use dd to create image files for VM disks (and loop device disks, or whatever).</div><div><br></div><div>  <a href="http://noserose.net/e/code/sparsefile" target="_blank">http://noserose.net/e/code/sparsefile</a><br>

</div><div><br></div><div>I think you can use dd again to write past the end again, and then you can boot the VM from a CD image and resize the filesystem, if the fs supports that (many do).</div><div><br></div>-- <br>  Ed Cashin &lt;<a href="mailto:ecashin@noserose.net" target="_blank">ecashin@noserose.net</a>&gt;<br>

  <a href="http://noserose.net/e/" target="_blank">http://noserose.net/e/</a><br>  <a href="http://www.coraid.com/" target="_blank">http://www.coraid.com/</a>
</div></div>
<br>_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
<br></blockquote></div>