How XFS Grow File Systemby Ed ChenOctober 7, 2018October 2, 20212 CommentsXFS Grow Initially, I allocated root mount point as 30 GB during OS installation, but now it seems a little small for future growth. So… Read More »How XFS Grow File System
How to Shrink XFS File System on Enterprise Linux 7.2by Ed ChenMarch 25, 2016September 24, 202127 CommentsWhy XFS File System Cannot be Shrunk Directly? Why cannot we just lvreduce XFS file system? A quote from Red Hat official document talking about… Read More »How to Shrink XFS File System on Enterprise Linux 7.2
How to Reduce Logical Volume Size on Linuxby Ed ChenAugust 11, 2015September 9, 2020Since I found there's no free space in the main volume group for extending other volumes, so I intend to shrink some non-critical volumes to… Read More »How to Reduce Logical Volume Size on Linux
How to Increase Logical Volume Size on Linuxby Ed ChenAugust 10, 2015March 27, 2022Logical volumes (LV) are controlled by the belonging volume group (VG), so there must have some free space in the VG for LVs to increase.… Read More »How to Increase Logical Volume Size on Linux