...
Make Disk visible to the OVA
- Prior to proceeding, you must identify the current LVM configuration and number of existing primary partitions.
- If you already have 4 primary partitions (sda1, sda2, sda3, sda4), you will need to add the additional space as a new disk (sdb X).
- If you don't have 4 primary partitions, you may add a new partition to the existing.
SSH into the CentOS OVA and sudo to root (unless you are already root)
Code Block language bash theme Emacs sudo su -
...