]> err.no Git - util-linux/commitdiff
mount: add info about semantics of read-only mount to mount.8
authorKarel Zak <kzak@redhat.com>
Tue, 6 Jan 2009 13:39:58 +0000 (14:39 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 21 Jan 2009 11:43:57 +0000 (12:43 +0100)
Reported-by: Joachim Wagner <jwagner@computing.dcu.ie>
Signed-off-by: Karel Zak <kzak@redhat.com>
mount/mount.8

index e40e75c933d76473fea7cfce20c702a545846e05..a734c7b07ff0302358b943312a92d377d96881b4 100644 (file)
@@ -409,6 +409,12 @@ autofs\-based automounter.
 .B \-r
 Mount the file system read-only. A synonym is
 .BR "\-o ro" .
+
+Note that, depending on the filesystem type, state and kernel behavior, the
+system may still write to the device. For example, Ext3 will replay its journal
+if the filesystem is dirty. To prevent this kind of write access, you may want
+to map the device through a read-only loop device, see command
+.BR losetup (8).
 .TP
 .B \-w
 Mount the file system read/write. This is the default. A synonym is