From 6ccd33fbb554e938e0ece71b0631cfa69304b281 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 17 Aug 2021 15:22:09 +0200 Subject: [PATCH] =?utf8?q?mount:=20(adoc)=20mount=20=E2=86=92=20mount(2),?= =?utf8?q?=20=20of=20=E2=86=92=20or=20[manpage-l10n]?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reported-by: Helge Kreutzmann Signed-off-by: Karel Zak --- sys-utils/mount.8.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-utils/mount.8.adoc b/sys-utils/mount.8.adoc index 09642605d8..b5e0ee5bf5 100644 --- a/sys-utils/mount.8.adoc +++ b/sys-utils/mount.8.adoc @@ -433,7 +433,7 @@ Mount the partition that has the specified _uuid_. Verbose mode. *-w*, *--rw*, *--read-write*:: -Mount the filesystem read/write. Read-write is the kernel default and the *mount* default is to try read-only if the previous mount syscall with read-write flags on write-protected devices of filesystems failed. +Mount the filesystem read/write. Read-write is the kernel default and the *mount* default is to try read-only if the previous *mount*(2) syscall with read-write flags on write-protected devices failed. + A synonym is *-o rw*. + @@ -631,7 +631,7 @@ Note that before util-linux v2.30 the x-* options have not been maintained by li Allow to make a target directory (mountpoint) if it does not exist yet. The optional argument _mode_ specifies the filesystem access mode used for *mkdir*(2) in octal notation. The default mode is 0755. This functionality is supported only for root users or when mount executed without suid permissions. The option is also supported as x-mount.mkdir, this notation is deprecated since v2.30. See also *--mkdir* command line option. **X-mount.subdir=**__directory__:: -Allow mounting sub-directory from a filesystem instead of the root directory. For now, this feature is implemented by temporary filesystem root directory mount in unshared namespace and then bind the sub-directory to the final mount point and umount the root of the filesystem. The sub-directory mount shows up atomically for the rest of the system although it is implemented by multiple mount(2) syscalls. This feature is EXPERIMENTAL. +Allow mounting sub-directory from a filesystem instead of the root directory. For now, this feature is implemented by temporary filesystem root directory mount in unshared namespace and then bind the sub-directory to the final mount point and umount the root of the filesystem. The sub-directory mount shows up atomically for the rest of the system although it is implemented by multiple *mount*(2) syscalls. This feature is EXPERIMENTAL. *nosymfollow*:: Do not follow symlinks when resolving paths. Symlinks can still be created, and *readlink*(1), *readlink*(2), *realpath*(1), and *realpath*(3) all still work properly. -- 2.47.3