1
0
Fork 0
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:
tkiatd 2020-10-08 03:33:22 +07:00 committed by GitHub
parent 0a8d074a07
commit 9149505cb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
pages/linux/lvremove.md Normal file
View 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}}`