Linux Administrator Question: Download Linux Administrator PDF

How to reduce or shrink the size of LVM partition?

Tweet Share WhatsApp

Answer:

The logical Steps to reduce size of LVM partition :
☛ Umount the filesystem using umount command,
☛ use resize2fs command , e.g resiz2fs /dev/mapper/myvg-mylv 10G
☛ Now use the lvreduce command , e.g lvreduce -L 10G /dev/mapper/myvg-mylv
Above Command will shrink the size & will make the filesystem size 10GB.

Download Linux Administrator PDF Read All 43 Linux Administrator Questions
Previous QuestionNext Question
How to increase the size of LVM partition?How to create partition from the raw disk?