<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:verdana, helvetica, sans-serif;font-size:10pt"><div>USE THIS INFORMATION AT YOUR OWN RISK!!<br><br>Assuming you are sure you know which disk you added, this is how you expand...<br><br>1) Make the disk LVM aware<br>pvcreate /dev/sd&lt;x&gt; [if you have a problem you can force with -f]<br><br>2) Add the Disk into the Volume Group<br>vgextend &lt;Volume Group Name&gt; /dev/sd&lt;x&gt;<br><br>3) Extend the Logical Volume<br>lvextend -L +yG /dev/&lt;Volume Group&gt;/&lt;Logical Volume&gt; [ Where y is the size in GB of the new disk ]<br><br>4) Extend the filesystem<br>ext2online &lt;mountpoint&gt;<br><br><br></div></div></body></html>