From f7f6861ec3ea4231471865fb30fc19d2b108af85 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 28 Nov 2025 14:49:30 +0200 Subject: [PATCH] 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> --- pages/linux/pct-mount.md | 8 ++++++++ pages/linux/pct-unmount.md | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 pages/linux/pct-mount.md create mode 100644 pages/linux/pct-unmount.md diff --git a/pages/linux/pct-mount.md b/pages/linux/pct-mount.md new file mode 100644 index 0000000000..1966f2ac0e --- /dev/null +++ b/pages/linux/pct-mount.md @@ -0,0 +1,8 @@ +# pct mount + +> Mount a container's filesystem on the host. +> More information: . + +- Mount the filesystem of a specific container: + +`pct mount {{100}}` diff --git a/pages/linux/pct-unmount.md b/pages/linux/pct-unmount.md new file mode 100644 index 0000000000..225add4157 --- /dev/null +++ b/pages/linux/pct-unmount.md @@ -0,0 +1,8 @@ +# pct unmount + +> Unmount a container's filesystem from the host. +> More information: . + +- Unmount the filesystem of a specific container: + +`pct unmount {{100}}`