InterviewSolution
Saved Bookmarks
| 1. |
What Is The Procedure You Follow To Extend A Lvm Partition? |
|
Answer» lvextend -L +1G /dev/VolGroup/LogVol1 This will EXTEND the partition size by +1 GB resize2fs /dev/VolGroup/LogVol1 lvextend -L +1G /dev/VolGroup/LogVol1 This will extend the partition size by +1 GB resize2fs /dev/VolGroup/LogVol1 |
|