mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 23:06:02 +02:00
lvremove: add page (#4525)
This commit is contained in:
parent
0a8d074a07
commit
9149505cb0
1 changed files with 12 additions and 0 deletions
12
pages/linux/lvremove.md
Normal file
12
pages/linux/lvremove.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# lvremove
|
||||
|
||||
> Remove one or more logical volumes.
|
||||
> More information: <https://sourceware.org/lvm2/>.
|
||||
|
||||
- Remove a logical volume in a volume group:
|
||||
|
||||
`sudo lvremove {{volume_group}}/{{logical_volume}}`
|
||||
|
||||
- Remove all logical volumes in a volume group:
|
||||
|
||||
`sudo lvremove {{volume_group}}`
|
Loading…
Add table
Reference in a new issue