pct-{mount, unmount}: add page (#19650)

Co-authored-by: Meinard Francisco <44516102+znarfm@users.noreply.github.com>
Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com>
This commit is contained in:
Managor
2025-11-28 14:49:30 +02:00
committed by GitHub
parent addcff4461
commit f7f6861ec3
2 changed files with 16 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# pct mount
> Mount a container's filesystem on the host.
> More information: <https://pve.proxmox.com/pve-docs/pct.1.html#cli_pct_mount>.
- Mount the filesystem of a specific container:
`pct mount {{100}}`
+8
View File
@@ -0,0 +1,8 @@
# pct unmount
> Unmount a container's filesystem from the host.
> More information: <https://pve.proxmox.com/pve-docs/pct.1.html#cli_pct_unmount>.
- Unmount the filesystem of a specific container:
`pct unmount {{100}}`