In this post we will see how to grow a Linux filesystem without reboot.
- Let’s check our current filesystem. We want to extend this filesystem by 200MB.
[root@cloudvedas CVFS1]# df -h /CVFS1 Filesystem Size Used Avail Use% Mounted on /dev/mapper/cvsvg-cldvdsvol1 47M 12M 32M 26% /CVFS1 [root@cloudvedas CVFS1]#
- First check if we have free space in VG
Continue reading “Solved: How to extend or grow a linux filesystem under LVM”