mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-05 12:00:16 +00:00
Fixed flag
Tested it with LVM version: 2.02.187(2) (2020-03-24) Library version: 1.02.170 (2020-03-24) Driver version: 4.42.0 The correct parameter is -l and not -L in the case of a percentage augment
This commit is contained in:
parent
e2bdf60a30
commit
0fd4d3f647
@ -15,7 +15,7 @@ lvextend -L +1G /dev/vg0/mylv
|
||||
# Extend volume in volume mylv in groug vg0
|
||||
# (defined by volume path /dev/vg0/mylv)
|
||||
# to use all of the unallocated space in the volume group vg0:
|
||||
lvextend -L +100%FREE /dev/vg0/mylv
|
||||
lvextend -l +100%FREE /dev/vg0/mylv
|
||||
|
||||
# Extend ext4 filesystem after changing a logical volume
|
||||
# (takes volume path as parameter):
|
||||
|
Loading…
Reference in New Issue
Block a user