In Linux, Logical Volume Manager (LVM) is a useful tool that allows you to manage your disk partitions in a more flexible way. With LVM, you can create logical volumes that span multiple physical disks and dynamically resize them without the need to reboot your system. If you need to extend the root partition of […]
Tag: LVM
How to extend the root partition with LVM and extend XFS file system.
If you need to increase the storage capacity of your root partition, you can do so by extending the Logical Volume Manager (LVM) and the XFS file system. Here’s a step-by-step guide on how to do this on a CentOS 7 system: After running these commands, your root partition will have been extended, and your […]