How to increase the size of LVM partition?

Submitted by: Murtaza
☛ 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
Submitted by: Murtaza

Read Online Linux Administrator Job Interview Questions And Answers