proxmox:disks:increase_disk_space
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
proxmox:disks:increase_disk_space [2022/02/09 22:33] – created peter | proxmox:disks:increase_disk_space [2022/02/09 23:23] (current) – peter | ||
---|---|---|---|
Line 9: | Line 9: | ||
Then resize the filesystem: | Then resize the filesystem: | ||
- | </code bash> | + | <code bash> |
resize2fs / | resize2fs / | ||
</ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | <code bash> | ||
+ | lvextend -L+5G / | ||
+ | |||
+ | lvdisplay | ||
+ | |||
+ | resize2fs ${FSVol} ${NewFSSize}M | ||
+ | |||
+ | |||
+ | |||
+ | pvresize, vgextend, lvresize - r? | ||
+ | </ | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== References ===== | ||
+ | |||
+ | https:// |
proxmox/disks/increase_disk_space.1644446032.txt.gz · Last modified: 2022/02/09 22:33 by peter