mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 13:43:57 +00:00
18 lines
542 B
Plaintext
18 lines
542 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# pct move-volume
|
|
|
|
> Move a volume to a different storage or to a different container.
|
|
> More information: <https://pve.proxmox.com/pve-docs/pct.1.html#cli_pct_move-volume>.
|
|
|
|
- Move the root filesystem of a container to a different storage:
|
|
|
|
`pct {{[mov|move-volume]}} {{100}} rootfs {{storage_id}}`
|
|
|
|
- Delete the filesystem association to the old volume once the move is complete:
|
|
|
|
`pct {{[mov|move-volume]}} {{100}} rootfs {{storage_id}} --delete`
|