mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
18 lines
381 B
Plaintext
18 lines
381 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# pct resize
|
|
|
|
> Resize container storage.
|
|
> More information: <https://pve.proxmox.com/pve-docs/pct.1.html#cli_pct_resize>.
|
|
|
|
- Resize the container size to 20GB:
|
|
|
|
`pct {{[resi|resize]}} {{100}} rootfs 20G`
|
|
|
|
- Add 10GB to the container storage:
|
|
|
|
`pct {{[resi|resize]}} {{100}} rootfs +10G`
|