summaryrefslogtreecommitdiff
path: root/LVM.md
diff options
context:
space:
mode:
Diffstat (limited to 'LVM.md')
-rw-r--r--LVM.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/LVM.md b/LVM.md
new file mode 100644
index 0000000..5d9561a
--- /dev/null
+++ b/LVM.md
@@ -0,0 +1,11 @@
+[[Linux]]
+
+---
+
+Physical volumes:
+- create: `pvcreate`
+- show: `pvs`
+
+Logical Volume Groups:
+- create: `vgcreate <vg> <pv>`
+- show: `vgs`