InterviewSolution
| 1. |
How To Reduce Or Shrink The Size Of Lvm Partition ? |
|
Answer» Below are the logical Steps to reduce size of LVM partition : Umount the FILESYSTEM using umount command, USE resize2fs command , Above Command will shrink the size & will make the filesystem size 10GB. Below are the logical Steps to reduce size of LVM partition : Umount the filesystem using umount command, use resize2fs command , Above Command will shrink the size & will make the filesystem size 10GB. |
|