summaryrefslogtreecommitdiff
path: root/LVM.md
diff options
context:
space:
mode:
authorJasper Ras <jaspert.ras@gmail.com>2025-08-03 16:51:35 +0200
committerJasper Ras <jaspert.ras@gmail.com>2025-08-03 16:51:35 +0200
commit19150baf3963c234158a79dea8974017bd0c0de4 (patch)
treefe2d6ff162bde82629b2bad32ec8dc4f22cefd06 /LVM.md
parent8800edbb04ae0e1a015c1aa7aeea62174369a401 (diff)
parentcb2d833329c58d00229056c01538fa097ecb03ca (diff)
vault backup: 2025-08-03 16:51:35
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`