mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-30 17:33:50 +08:00
lvremove: add page (#4525)
This commit is contained in:
@@ -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}}`
|
||||
Reference in New Issue
Block a user