Date: Tue, 27 Apr 2021 00:45:05 GMT From: Guangyuan Yang <ygy@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 1114f5f2d2 - main - handbook: fix typo Message-ID: <202104270045.13R0j54g030615@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/doc/commit/?id=1114f5f2d23fbc25373fe10de1a30680138042f3 commit 1114f5f2d23fbc25373fe10de1a30680138042f3 Author: Andreas Bjørnestad <panden@gmail.com> AuthorDate: 2021-04-27 00:42:09 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2021-04-27 00:42:55 +0000 handbook: fix typo PR: 252706 --- documentation/content/en/books/handbook/disks/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/disks/_index.adoc b/documentation/content/en/books/handbook/disks/_index.adoc index 9d04b6ebc6..4f22ff2772 100644 --- a/documentation/content/en/books/handbook/disks/_index.adoc +++ b/documentation/content/en/books/handbook/disks/_index.adoc @@ -644,7 +644,7 @@ Once an ISO has been burned to a CD, it can be mounted by specifying the file sy # mount -t cd9660 /dev/cd0 /mnt .... -Since `mount` assumes that a file system is of type `ufs`, a `Incorrect super block` error will occur if `-t cd9660` is not included when mounting a data CD. +Since `mount` assumes that a file system is of type `ufs`, an `Incorrect super block` error will occur if `-t cd9660` is not included when mounting a data CD. While any data CD can be mounted this way, disks with certain ISO 9660 extensions might behave oddly. For example, Joliet disks store all filenames in two-byte Unicode characters. If some non-English characters show up as question marks, specify the local charset with `-C`. For more information, refer to man:mount_cd9660[8].
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104270045.13R0j54g030615>