I can Not click resize since is deactivated on sda2?

General support questions
lse123new
Posts: 66
Joined: 2014/05/01 15:48:05

Re: I can Not click resize since is deactivated on sda2?

Post by lse123new » 2018/04/05 19:36:48

how can learn the vg currently in system? is it "centos" the vg name ?
Last edited by lse123new on 2018/04/05 20:20:35, edited 1 time in total.

lse123new
Posts: 66
Joined: 2014/05/01 15:48:05

Re: I can Not click resize since is deactivated on sda2?

Post by lse123new » 2018/04/05 19:41:08

vgdisplay with what parameters? I mean When pass a lot time and Not remember the vg.s names

hunter86_bg
Posts: 2019
Joined: 2015/02/17 15:14:33
Location: Bulgaria
Contact:

Re: I can Not click resize since is deactivated on sda2?

Post by hunter86_bg » 2018/04/06 03:27:02

List all PVs,VGs,LVs:

Code: Select all

pvs && vgs &&lvs
Check details of specific LVM member:

Code: Select all

pvdisplay /dev/sda2
vgdisplay centos
lvdisplay centos/root

Post Reply