1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 03:35:45 +02:00
tldr/pages/linux/pct-resize.md

13 lines
274 B
Markdown
Raw Normal View History

2025-08-06 19:04:24 +03:00
# pct resize
> Resize container storage.
> More information: <https://pve.proxmox.com/pve-docs/pct.1.html>.
- Resize the container size to 20GB:
`pct {{[resi|resize]}} {{100}} rootfs 20G`
- Add 10GB to the container storage:
`pct {{[resi|resize]}} {{100}} rootfs +10G`