Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions pages/linux/pct-mount.md
Original file line number Diff line number Diff line change
@@ -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 changes: 8 additions & 0 deletions pages/linux/pct-unmount.md
Original file line number Diff line number Diff line change
@@ -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}}`
Loading