From: Karel Zak Date: Wed, 26 Feb 2025 10:06:36 +0000 (+0100) Subject: mount: (man) add info about info messages X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ebcc5e31e4c4a3823c013310108e224bf78c85fd;p=thirdparty%2Futil-linux.git mount: (man) add info about info messages Signed-off-by: Karel Zak --- diff --git a/sys-utils/mount.8.adoc b/sys-utils/mount.8.adoc index 1ee70096f..4f23f8d1f 100644 --- a/sys-utils/mount.8.adoc +++ b/sys-utils/mount.8.adoc @@ -453,7 +453,7 @@ For most types all the *mount* program has to do is issue a simple *mount*(2) sy Mount the partition that has the specified _uuid_. *-v*, *--verbose*:: -Verbose mode. +Enables verbose mode. Starting from version 2.41, if the new kernel mount API is available, it will also print kernel info messages. *-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*(2) syscall with read-write flags on write-protected devices failed.