Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:lvm-extend-lv [2026/05/20 10:35] – created chris | linux:lvm-extend-lv [2026/05/20 10:43] (current) – chris | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Logical Volume Manager (LVM) - Extend Logical Volume ====== | ====== Logical Volume Manager (LVM) - Extend Logical Volume ====== | ||
| + | Resize phyiscal volume | ||
| + | <code bash> | ||
| + | pvresize /dev/sdb | ||
| + | </ | ||
| + | Resize logical volume | ||
| + | <code bash> | ||
| + | lvextend -r -l +100%FREE / | ||
| + | </ | ||