Operating System - Linux
1827885 Members
1517 Online
109969 Solutions
New Discussion

Re: How to extend the Logical volume in LINUX?

 
SOLVED
Go to solution
Sudhaadm
Regular Advisor

How to extend the Logical volume in LINUX?

Hi All,
Thanks in advance.I am new to the Linux and need help on LVM concept?
>uname -a
Linux MT03 2.4.21-37.0.1.EL #1 Wed Jan 11 18:52:43 EST 2006 i686 i686 i386 GNU/Linux
-------------------------------
How to extend the logical volume seize in LINUX and please provide the lvm commands?
/dev/datavg/lvcanitbackup
4031680 2020140 1806740 53% /var/spool/Canit-Spam-DB-Backup

TX
3 REPLIES 3
Ajay Agarwal
Frequent Advisor

Re: How to extend the Logical volume in LINUX?

To extend a logical volume you simply tell the lvextend command how much you want to increase the size. You can specify how much to grow the volume, or how large you want it to grow to.

-ajay
Sergejs Svitnevs
Honored Contributor
Solution

Re: How to extend the Logical volume in LINUX?

Check out LVM HowTo:
http://tldp.org/HOWTO/LVM-HOWTO/extendlv.html

Regards,
Sergejs
Sudhaadm
Regular Advisor

Re: How to extend the Logical volume in LINUX?

Hi ALL,
Thanls for the IT support Team.