summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.8
diff options
context:
space:
mode:
authorPali Rohár2018-04-19 17:22:49 +0200
committerPali Rohár2018-04-19 17:22:49 +0200
commit5b95d7b63ceea1866e6c1d0a9d1c6fba2cbec545 (patch)
tree771f60a0fc3d5a8d719b42242ff32b682b190247 /sys-utils/mount.8
parentrfkill: use scols_column_set_json_type() (diff)
downloadkernel-qcow2-util-linux-5b95d7b63ceea1866e6c1d0a9d1c6fba2cbec545.tar.gz
kernel-qcow2-util-linux-5b95d7b63ceea1866e6c1d0a9d1c6fba2cbec545.tar.xz
kernel-qcow2-util-linux-5b95d7b63ceea1866e6c1d0a9d1c6fba2cbec545.zip
Update information about udf in mount manpage
Diffstat (limited to 'sys-utils/mount.8')
-rw-r--r--sys-utils/mount.823
1 files changed, 13 insertions, 10 deletions
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index 6c2837f0a..3713197da 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -2114,8 +2114,8 @@ Set the block size. Default value prior to kernel version 2.6.30 was
fallback to 2048. Since 4.11 it is logical block size with fallback to
any valid block size between logical device block size and 4096.
-For other details see the updated mkudffs.8 manpage, section
-COMPATIBILITY and BLOCK SIZE.
+For other details see the \fBmkudffs\fP(8) 2.0+ manpage, sections
+\fBCOMPATIBILITY\fP and \fBBLOCK SIZE\fP.
.TP
.B unhide
Show otherwise hidden files.
@@ -2138,8 +2138,11 @@ Use long UDF address descriptors. (default)
.B nostrict
Unset strict conformance.
.TP
-.B iocharset
-Set the NLS character set.
+.B iocharset=
+Set the NLS character set. This requires kernel compiled with CONFIG_UDF_NLS option.
+.TP
+.B utf8
+Set the UTF-8 character set.
.SS Mount options for debugging and disaster recovery
.TP
.B novrs
@@ -2156,22 +2159,22 @@ Set the last block of the filesystem.
.SS Unused historical mount options that may be encountered and should be removed
.TP
.B uid=ignore
-use uid=<user> instead.
+Ignored, use uid=<user> instead.
.TP
.B gid=ignore
-use gid=<group> instead.
+Ignored, use gid=<group> instead.
.TP
.B volume=
-Override the VolumeDesc location.
+Unimplemented and ignored.
.TP
.B partition=
-Override the PartitionDesc location.
+Unimplemented and ignored.
.TP
.B fileset=
-Override the fileset block location.
+Unimplemented and ignored.
.TP
.B rootdir=
-Override the root directory location.
+Unimplemented and ignored.
.SS "Mount options for ufs"
.TP