LVM Question

Kapil Hari Paranjape kapil at imsc.res.in
Wed Sep 24 13:50:50 UTC 2008


Hello,

On Wed, 24 Sep 2008, Gene Poole wrote:
> I performed an extend (lvextend) on a file system that was running out 
> of space.  All of the return codes and messages showed a good 
> completion.  However, when I did a display on the file system (df -m 
> /work) it didn't show that the file system had been extended.

lvextend extends the underlying block device. It does not resize the
filesystem. You will need to resize the file-system. Assuming that you
are using ext2/3, this would be the following sequence of commands:

 umount /work
 e2fsck -f /dev/DataVG00/DataLV01
 resize2fs /dev/DataVG00/DataLV01
 mount /work

Regards,

Kapil.
--




More information about the fedora-list mailing list