InterviewSolution
Saved Bookmarks
| 1. |
Why Lvm Is Required? |
|
Answer» LVM stands for Logical Volume Manager , to RESIZE filesystem's size online we required LVM partition in Linux. Size of LVM partition can be extended and reduced USING the lvextend & lvreduce COMMANDS respectively. LVM stands for Logical Volume Manager , to resize filesystem's size online we required LVM partition in Linux. Size of LVM partition can be extended and reduced using the lvextend & lvreduce commands respectively. |
|