proxmox:disks:increase_disk_space
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
proxmox:disks:increase_disk_space [2022/02/09 22:34] – peter | proxmox:disks:increase_disk_space [2022/02/09 23:23] (current) – peter | ||
---|---|---|---|
Line 12: | Line 12: | ||
resize2fs / | resize2fs / | ||
</ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | <code bash> | ||
+ | lvextend -L+5G / | ||
+ | |||
+ | lvdisplay | ||
+ | |||
+ | resize2fs ${FSVol} ${NewFSSize}M | ||
+ | |||
+ | |||
+ | |||
+ | pvresize, vgextend, lvresize - r? | ||
+ | </ | ||
+ | |||
---- | ---- |
proxmox/disks/increase_disk_space.1644446081.txt.gz · Last modified: 2022/02/09 22:34 by peter