+1 vote
in Linux by
Explain the logical steps to increase the size of LVM partition?

1 Answer

0 votes
by

Some logical steps need to be followed to increase the size of LVM partition. These are as follows:

Run the command as per given format:

lvextend -L +500M /dev/<Name of the LVM Partition>

Here, we are extending the size of LVM partition by 500MB.

resize2fs /dev/<Name of the LVM Partition>

You can check the size of partition using ‘df -h’ command

Related questions

+1 vote
asked May 11, 2021 in Linux by rajeshsharma
+1 vote
asked May 11, 2021 in Linux by rajeshsharma
...