]> err.no Git - util-linux/commitdiff
mount: suggest to use blockdev --setro rather than losetup
authorKarel Zak <kzak@redhat.com>
Tue, 6 Jan 2009 14:20:37 +0000 (15:20 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 21 Jan 2009 11:44:08 +0000 (12:44 +0100)
Thanks to Christoph Hellwig.

Signed-off-by: Karel Zak <kzak@redhat.com>
mount/mount.8

index a734c7b07ff0302358b943312a92d377d96881b4..e53b5954939a65f254f939be4432cc54ab1b62b4 100644 (file)
@@ -413,8 +413,8 @@ Mount the file system read-only. A synonym is
 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).
+to set the block device to read-only mode, see command
+.BR blockdev (8).
 .TP
 .B \-w
 Mount the file system read/write. This is the default. A synonym is