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:38] – chris | linux:lvm-extend-lv [2026/05/20 10:43] (current) – chris | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| Resize phyiscal volume | Resize phyiscal volume | ||
| <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 / | ||
| + | </ | ||