Browse Source

lvremove: add page (#4525)

tkiatd 4 years ago
parent
commit
9149505cb0
1 changed files with 12 additions and 0 deletions
  1. 12 0
      pages/linux/lvremove.md

+ 12 - 0
pages/linux/lvremove.md

@@ -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}}`