How XFS Grow File Systemby Ed ChenOctober 7, 2018November 22, 20222 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, 2016November 22, 202231 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, 2015November 22, 2022Since 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, 2015November 22, 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