summaryrefslogtreecommitdiff
path: root/LVM.md
blob: 5d9561a584916d0aa80b0363f69354afcf0d3d11 (plain)
1
2
3
4
5
6
7
8
9
10
11
[[Linux]]

---

Physical volumes:
- create: `pvcreate`
- show: `pvs`

Logical Volume Groups:
- create: `vgcreate <vg> <pv>`
- show: `vgs`