mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 19:15:27 +02:00
lvextend: fix typo, update link (#11553)
* fix: Update lvextend.md, missing + * lvextend: update link --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
9e19d0de84
commit
1b66ca8aee
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Increase the size of a logical volume.
|
||||
> See also: `lvm`.
|
||||
> More information: <https://man7.org/linux/man-pages/man8/lvextend.8.html>.
|
||||
> More information: <https://manned.org/lvextend.8>.
|
||||
|
||||
- Increase a volume's size to 120 GB:
|
||||
|
||||
|
@ -14,4 +14,4 @@
|
|||
|
||||
- Increase a volume's size to 100% of the free physical volume space:
|
||||
|
||||
`lvextend --size {{100}}%FREE {{logical_volume}}`
|
||||
`lvextend --size +{{100}}%FREE {{logical_volume}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue