How to extend or increase LVM in linux

How do I increase the capacity of my LVM  partitions in linux if I add another disk or raid array You need to add the new physical volume, extend the volume groups, increase the logical volume and resize the file system Create the Partition with id LVM Linux sd(x) where x is the new disk a,b,c,d [continue...]

Linux LVM Extend on Software RAID Partition

Scenario / Question: How do I extend my LVM to include another RAID Array partition Solution / Answer: Create a new Physical Volume Extend the Volume Group Extend the Logical Volume Resize the File System to the new size Display the current Physical Volumes: # pvdisplay --- Physical volume --- [continue...]