InterviewSolution
Saved Bookmarks
| 1. |
How To Increase The Size Of Lvm Partition ? |
|
Answer» Below are the Logical STEPS : Use the lvextend command (lvextend L +100M /DEV/<Name of the LVM Partition> , in this example we are extending the SIZE by 100MB.
Below are the Logical Steps : Use the lvextend command (lvextend L +100M /dev/<Name of the LVM Partition> , in this example we are extending the size by 100MB.
|
|