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:
parent
4388a63568
commit
70e9532bb5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11794
1 changed files with 11 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue