From 4d8a72e302a92a620173c7bb25bf10e11d9f49bf Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 2 Dec 2025 17:59:55 +0200 Subject: [PATCH] mount: use standard path syntax (#19722) --- pages/linux/mount.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/mount.md b/pages/linux/mount.md index ff292ff521..19068c7b71 100644 --- a/pages/linux/mount.md +++ b/pages/linux/mount.md @@ -27,9 +27,9 @@ `mount {{[-a|--all]}}` -- Mount a specific filesystem described in `/etc/fstab` (e.g. `/dev/sda1 /my_drive ext2 defaults 0 2`): +- Mount a specific filesystem described in `/etc/fstab` (e.g. `/dev/sda1 /path/to/mount_point ext2 defaults 0 2`): -`mount {{/my_drive}}` +`mount {{path/to/mount_point}}` - Mount a directory to another directory: