|
@@ -61,16 +61,16 @@ EOF</userinput></screen>
|
|
relevant character set definition (found under File systems ->
|
|
relevant character set definition (found under File systems ->
|
|
Native Language Support) has been compiled into the kernel
|
|
Native Language Support) has been compiled into the kernel
|
|
or built as a module. The <quote>codepage</quote> option is also needed for
|
|
or built as a module. The <quote>codepage</quote> option is also needed for
|
|
- vfat and smbfs filesystems. It
|
|
|
|
- should be set to the codepage number used under MS-DOS in your country. E.g.,
|
|
|
|
- in order to mount USB flash drives, a ru_RU.KOI8-R user would need the
|
|
|
|
- following line in <filename>/etc/fstab</filename>:</para>
|
|
|
|
|
|
+ vfat and smbfs filesystems. It should be set to the codepage number used
|
|
|
|
+ under MS-DOS in your country. E.g., in order to mount USB flash drives, a
|
|
|
|
+ ru_RU.KOI8-R user would need the following in the options portion of its
|
|
|
|
+ mount line in <filename>/etc/fstab</filename>:</para>
|
|
|
|
|
|
-<screen>/dev/sda1 /media/flash vfat noauto,user,quiet,showexec,iocharset=koi8r,codepage=866 0 0</screen>
|
|
|
|
|
|
+<screen>noauto,user,quiet,showexec,iocharset=koi8r,codepage=866</screen>
|
|
|
|
|
|
- <para>The corresponding line for ru_RU.UTF-8 users is:</para>
|
|
|
|
|
|
+ <para>The corresponding options fragment for ru_RU.UTF-8 users is:</para>
|
|
|
|
|
|
-<screen>/dev/sda1 /media/flash vfat noauto,user,quiet,showexec,iocharset=utf8,codepage=866 0 0</screen>
|
|
|
|
|
|
+<screen>noauto,user,quiet,showexec,iocharset=utf8,codepage=866</screen>
|
|
|
|
|
|
<note>
|
|
<note>
|
|
<para>In the latter case, the kernel emits the following message:</para>
|
|
<para>In the latter case, the kernel emits the following message:</para>
|