diff options
author | Archaic <archaic@linuxfromscratch.org> | 2006-05-02 21:26:13 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2006-05-02 21:26:13 +0000 |
commit | af04acdbcf883e5b36afa4e6a3797e7889d5a00b (patch) | |
tree | c283e0ef12eed057afb40bb106918141d489965e /chapter08 | |
parent | a15578a2f99a4ece00d47b70f3fe0aa20cc4f864 (diff) |
Removed mention of usbfs from the fstab page since it is already covered in BLFS.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7580 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/fstab.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index fa834d374..144a9be25 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -53,18 +53,6 @@ EOF</userinput></screen> <filename>Documentation/filesystems/tmpfs.txt</filename> in the kernel source tree.</para> - <para>There are other lines which may be added to the - <filename>/etc/fstab</filename> file. One example is a line for USB - devices:</para> - -<screen>usbfs /proc/bus/usb usbfs devgid=14,devmode=0660 0 0 </screen> - - <para>This option will only work if <quote>Support for Host-side USB</quote> - and <quote>USB device filesystem</quote> are configured in the kernel. If - <quote>Support for Host-side USB</quote> is compiled as a module, then - <filename>usbcore</filename> must be listed in - <filename>/etc/sysconfig/modules</filename>.</para> - <para>Filesystems with MS-DOS or Windows origin (i.e.: vfat, ntfs, smbfs, cifs, iso9660, udf) need the <quote>iocharset</quote> mount option in order for non-ASCII characters in file names to be interpreted properly. The value |