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. -- -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines