<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div bgcolor="#ffffff"><div><font face="Arial" size="2">What is the syntax for the lvextend 
command?</font></div>
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div><font face="Arial" size="2">lvextend &lt;VolGroup&gt; &lt;Physical Volume&gt; 
&lt;Size/Extents&gt;?</font></div>
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div><font face="Arial" size="2">Also, I need to find out how many extents there are 
on the drive... /dev/sda1 (or how to use Size in GB for lvextend)</font></div></div></blockquote><div><br>Actually, that&#39;s why I use the command-line version.&nbsp; You can just run it like this:<br><br>lvextend -l &quot;100%FREE&quot; &lt;/path/to/logical_volume&gt;
<br><br>That&#39;ll expand the logical volume to expand to fill all the free available space in the volume group.<br><br>Brett.<br></div></div>