How to create an LVM (Logical Volume Management) volume of more than 2 TB from a raw disk in Linux?
Creating a larger partition you can follow below steps:
Ensure that you have a raw disk with sufficient space for your LVM. You can check space using commads like lsblk or fdisk -l.
We can initialize the Disk (if needed):
Like if the raw disk is not initialized or contains some existing data, you should use fdisk or parted to create a new partition on the disk. For this example, we will create a GPT partition: