summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.8
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/mount.8')
-rw-r--r--sys-utils/mount.84
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index da0ac5b8b..6ef589050 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -580,6 +580,10 @@ mount or btrfs) to detect already mounted filesystems. The kernel table with
already mounted filesystems is cached during \fBmount \-\-all\fR. It means
that all duplicated fstab entries will be mounted.
.sp
+The option \fB\-\-all\fR is possible to use for remount operation too. In this
+case all filters (\fB\-t\fR and \fB\-O\fR) are applied to the table of already
+mounted filesystems.
+.sp
Note that it is a bad practice to use \fBmount \-a\fR for
.I fstab
checking. The recommended solution is \fBfindmnt \-\-verify\fR.