Welcome to the Linux Foundation Forum!

16.8 Examples of Rezising (LVM )

Hi , I want to double check this lesson in the LFS 201 trainning

Lesson 16.8 Examples of Resizing

$ sudo

$ sudo lvextend -r -L +500M /dev/vg/mylvm

$ sudo lvreduce -r -L -200M /dev/vg/mylvm

What happends if we make something like...

lvreduce -r -L +200M /dev/vg/mylvm ?

how to use fsadm ?

please check and reply

Thanks

Comments

  • Posts: 916
    As to what happens with your lvreduce command, try it and you'll find out.

    fsadm does not resize the partition, only the filesystem size.
    so you would have to run lvextend and then fsadm, or fsadm
    and then lvreduce in that order, instead.

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training