<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Dec 18, 2013 at 9:38 AM, Robert Moskowitz <span dir="ltr">&lt;<a href="mailto:rgm@htt-consult.com" target="_blank">rgm@htt-consult.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br>
On 12/18/2013 10:15 AM, Mihamina RKTMB wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 12/18/2013 04:38 PM, Robert Moskowitz wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Also discourages using LVM.  I have often wondered why I use LVM on my notebooks; I don&#39;t see the gain over just plain EXT4 partitions.  I have read a number of articles and I can&#39;t find any solid advantage.<br>
</blockquote>
<br>
Well, I dont have a notebook, but a laptop (16GB RAM, Corei7-8 threads, 512 SSD Samsung 840 Pro)<br>
I use it for work, and I heavily virtualize on it.<br>
I have 1LV per VM. VMs are &quot;small&quot; (2GB RAM, 5GB disk space), but they are numerous (mostly 4-5 VMs turned on)<br>
When I clone a VM, the LV gets cloned too.<br>
I find it very usefull and clean on the drive.<br>
</blockquote>
<br></div>
OK.  Excellent justification for LVM.  So far I have not done VMs, but I have been thinking heavily about it.  But not HOW to do it. Seems like I probably should if I want to set up my drive now for VMs soon.<br>
<br>
And well, my main system is a laptop, though only 12&quot;.  Just the right size to use in flight.<br><br></blockquote><div> </div><div>If you&#39;re a typical desktop user (unlike the situation above) and you&#39;re not going to reserve any space on your drive, I don&#39;t think there&#39;s a compelling reason to use LVM. I do anyway since that&#39;s what anaconda defaults to...</div>
<div><br></div><div>To explain what I mean... Unless you&#39;re going to create multiple LV (perhaps one for &quot;/&quot;, one for &quot;/var&quot;, one for &quot;/home&quot;) and reserve some space on your disk in case you guessed wrong so you can add more space to any of those, then what&#39;s the point? </div>
<div><br></div><div>This makes even less sense for a laptop, but lets look at a desktop situation. Sure you could add a second disk, add it to your volume group, add space to your LV, and resize your filesystem to use it. One problem though, you&#39;ve created another point of failure for your FS (two disks) without getting anything in exchange. It&#39;s not striped (you can do LV striping, but that&#39;s another discussion altogether), it&#39;s not mirrored, there&#39;s no parity. So why do it?</div>
<div><br></div><div>In a server/enterprise setting I think it makes a lot more sense where you&#39;re likely to need to use LVM to span across multiple raid arrays, SANs, etc.</div><div><br></div><div>Just my $.02..</div>
</div><br></div><div class="gmail_extra">Richard</div></div>