HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pct resize — Resize container storage. More information: <https://pve.proxmox.com/pve-docs/pct.1.html#cli_pct_res

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandresizepct resizeclimoreinformationstoragecontainer
linux

Problem

How to use the pct resize command: Resize container storage. More information: <https://pve.proxmox.com/pve-docs/pct.1.html#cli_pct_resize>.

Solution

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

Code Snippets

Resize the container size to 20GB

pct {{[resi|resize]}} {{100}} rootfs 20G

Add 10GB to the container storage

pct {{[resi|resize]}} {{100}} rootfs +10G

Context

tldr-pages: linux/pct resize

Revisions (0)

No revisions yet.