Create a new volume group in RHEL
Create a Physical Volume:
Initialize the disk or partition you want to use. For example, if you want to use /dev/sdb:
sudo pvcreate /dev/sdb
Create a Volume Group:
Create a new volume group and add the physical volume to it. For example, to create a ...
sandeep2024.hashnode.dev1 min read