summaryrefslogtreecommitdiff
path: root/LVM.md
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-08-01 10:37:07 +0200
committerJasper Ras <jras@hostnet.nl>2025-08-01 10:37:07 +0200
commitcb2d833329c58d00229056c01538fa097ecb03ca (patch)
treedb5c7bfceb350d25b5299b2039b095ae654c3928 /LVM.md
parent260eef7f245f62bb03e463d749520c83861dcf42 (diff)
vault backup: 2025-08-01 10:37:07
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`