Update Workflows/Linux/Expand RHEL Filesystem.md
This commit is contained in:
@ -6,6 +6,9 @@ The purpose of this workflow is to illustrate the process of expanding storage f
|
|||||||
|
|
||||||
This document also assumes you did not enable Logical Volume Management (LVM) when deploying your server. If you did, you will need to perform additional LVM-specific steps after increasing the space.
|
This document also assumes you did not enable Logical Volume Management (LVM) when deploying your server. If you did, you will need to perform additional LVM-specific steps after increasing the space.
|
||||||
|
|
||||||
|
!!! abstract "Oracle Linux Disk / LVM Terminology Idiosyncrasy"
|
||||||
|
Oracle Linux refers to disks as `/dev/hda` and /dev/hda2` and not something like `/dev/sda` / `/dev/sda2`. You will see certain parts of this document mention `/dev/hda`, in those cases, you may need to switch it to a standard `/dev/sda<#>` in order to make it work in your particular environment.
|
||||||
|
|
||||||
## Increase GuestVM Virtual Disk Size
|
## Increase GuestVM Virtual Disk Size
|
||||||
This part should be fairly straight-forward. Using whatever hypervisor is running the Linux GuestVM, expand the disk space of the disk to the desired size.
|
This part should be fairly straight-forward. Using whatever hypervisor is running the Linux GuestVM, expand the disk space of the disk to the desired size.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user