diff options
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` |