The "Using CDs" section also didn't mention the annoyances of mounting

& reading Joliet disks.  Fixed, with text & info taken from FAQ.
This commit is contained in:
Michael Lucas 2002-01-22 12:03:48 +00:00
parent 4388a63568
commit 70e9532bb5
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11794

View file

@ -939,6 +939,17 @@ scsibus1:
to:</para>
<screen>&prompt.root; <userinput>mount_cd9660 /dev/cd0c /mnt</userinput></screen>
<para>You can generally use data CDROMs from any vendor in this
way. Disks with certain ISO 9660 extensions might behave
oddly, however. For example, Joliet disks store all filenames
in two-byte Unicode characters. The FreeBSD kernel does not
speak Unicode (yet!), so non-English characters show up as
question marks. (If you are running FreeBSD 4.3 or later, the
CD9660 driver includes hooks to load an appropriate Unicode
conversion table on the fly. Modules for some of the common
encodings are available via the
<port>sysutils/cd9660_unicode</port> port.)</para>
</sect2>
<sect2 id="rawdata-cd">