aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/fstab.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08/fstab.xml')
-rw-r--r--chapter08/fstab.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml
index 29eaa329b..21af0750c 100644
--- a/chapter08/fstab.xml
+++ b/chapter08/fstab.xml
@@ -61,16 +61,16 @@ EOF</userinput></screen>
relevant character set definition (found under File systems -&gt;
Native Language Support) has been compiled into the kernel
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>
<para>In the latter case, the kernel emits the following message:</para>