Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:lvm-extend-lv [2026/05/20 10:39] – chris | linux:lvm-extend-lv [2026/05/20 10:43] (current) – chris | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| <code bash> | <code bash> | ||
| pvresize /dev/sdb | pvresize /dev/sdb | ||
| - | Physical volume "/ | ||
| - | 1 physical volume(s) resized or updated / 0 physical volume(s) not resized | ||
| </ | </ | ||
| + | Resize logical volume | ||
| + | <code bash> | ||
| + | lvextend -r -l +100%FREE / | ||
| + | </ | ||