From 178b977b7f4bd27a84472a2392e8ced5778cf369 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 25 Apr 2006 09:32:44 +0000 Subject: [PATCH] Detail exactly which mount flags can be changed on MS_REMOUNT. --- man2/mount.2 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/man2/mount.2 b/man2/mount.2 index b8d74ffeb..68859aa67 100644 --- a/man2/mount.2 +++ b/man2/mount.2 @@ -172,6 +172,21 @@ should be the same values specified in the initial call; .I filesystemtype is ignored. + +The following +.I mountflags +can be changed: +.BR MS_RDONLY , +.BR MS_SYNCHRONOUS , +.BR MS_MANDLOCK ; +before kernel 2.6.16, the following could also be changed: +.BR MS_NOATIME +and +.BR MS_NODIRATIME; +and, additionally, before kernel 2.4, the following could also be changed: +.BR MS_NOSUID , +.BR MS_NODEV , +.BR MS_NOEXEC . .TP .B MS_SYNCHRONOUS Make writes on this file system synchronous (as though