1.

How To Increase The Size Of Lvm Partition ?

Answer»

Below are the Logical STEPS :

­ Use the lvextend command (lvextend ­L +100M /DEV/<Name of the LVM Partition> , in this example we are extending the SIZE by 100MB. 
­ resize2fs /dev/<Name of the LVM Partition>
­ check the size of partition USING ‘df ­h’ command

 

Below are the Logical Steps :

­ Use the lvextend command (lvextend ­L +100M /dev/<Name of the LVM Partition> , in this example we are extending the size by 100MB. 
­ resize2fs /dev/<Name of the LVM Partition>
­ check the size of partition using ‘df ­h’ command

 



Discussion

No Comment Found