Contents
How do I increase physical volume in Linux?
Extend LVM manually
- Extend the physical drive partition: sudo fdisk /dev/vda – Enter the fdisk tool to modify /dev/vda. …
- Modify (extend) the LVM: Tell LVM the physical partition size has changed: sudo pvresize /dev/vda1. …
- Resize the file system: sudo resize2fs /dev/COMPbase-vg/root.
22 нояб. 2019 г.
How do you increase PE in LVM?
How to Extend LVM When there is no Free Space in Volume Group
- Step:1 Create Physical Volume on new disk. …
- Step:2 Now extend the Size of Volume Group using vgextend. …
- Step:3 Verify the size of Volume Group. …
- Step:4 Extend lvm partition size with lvextend command. …
- Step:5 Run resize2fs command. …
- Step:6 Verify the file system size.
19 апр. 2014 г.