Re: LVM Question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 2008-09-24 at 19:20 +0530, Kapil Hari Paranjape wrote:
> 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
> 

Actually, we've had "online growing" available for ext3 for quite some
time.

Presuming it's an ext3 filesystem, you can just do:

resize2fs /dev/DataVG00/DataLV01

HTH,

--Rob


-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux