<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> </div>
<div><font face="Arial" size="2">lvextend <VolGroup> <Physical Volume>
<Size/Extents>?</font></div>
<div><font face="Arial" size="2"></font> </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's why I use the command-line version. You can just run it like this:<br><br>lvextend -l "100%FREE" </path/to/logical_volume>
<br><br>That'll expand the logical volume to expand to fill all the free available space in the volume group.<br><br>Brett.<br></div></div>