Resizing a root partition (/
) of a running Oracle Linux isn’t hard but the information out there on the web is limited. In my situation, I was given access to an already installed Oracle Linux environment that wasn’t using all the available space of the disk. The root partition, formatted with the btrfs
filesystem, only used 4GB when 32GB were available in total.
Resizing the partition is done in two steps:
- Resizing the actual partition itself
- Expanding the filesystem on top of the partition
Continue reading “How to resize a btrfs root partition on Oracle Linux” →
Like this:
Like Loading...