diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-08-01 10:37:07 +0200 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-08-01 10:37:07 +0200 |
commit | cb2d833329c58d00229056c01538fa097ecb03ca (patch) | |
tree | db5c7bfceb350d25b5299b2039b095ae654c3928 /LVM.md | |
parent | 260eef7f245f62bb03e463d749520c83861dcf42 (diff) |
vault backup: 2025-08-01 10:37:07
Diffstat (limited to 'LVM.md')
-rw-r--r-- | LVM.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +[[Linux]] + +--- + +Physical volumes: +- create: `pvcreate` +- show: `pvs` + +Logical Volume Groups: +- create: `vgcreate <vg> <pv>` +- show: `vgs` |