This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
docu:csheet:sysadm:disks:grow_partition [2021/05/05 07:11] – admin | docu:csheet:sysadm:disks:grow_partition [2021/05/05 07:12] (current) – admin | ||
---|---|---|---|
Line 30: | Line 30: | ||
# if you HAVE AN LVM ext4 you must | # if you HAVE AN LVM ext4 you must | ||
- | pvs | + | pvs # PFree must show new space |
pvresize /dev/vda1 | pvresize /dev/vda1 | ||
- | vgs | + | vgs # same as pvs |
- | lvs # you must see new available space here | + | lvs # you must see new available space here too |
lvextend -l +100%FREE / | lvextend -l +100%FREE / | ||