Linux Administrator Question:
Download Questions PDF

How to increase the size of LVM partition?

Linux Administrator Interview Question
Linux Administrator Interview Question

Answer:

☛ 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

Download Linux Administrator Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me what does Sar provides and at which location Sar logs are stored?How to reduce or shrink the size of LVM partition?