mount: use standard path syntax (#19722)

This commit is contained in:
Managor
2025-12-02 17:59:55 +02:00
committed by GitHub
parent 492faec68e
commit 4d8a72e302
+2 -2
View File
@@ -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: