aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/fstab.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08/fstab.xml')
-rw-r--r--chapter08/fstab.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml
index 812508335..5b706eee4 100644
--- a/chapter08/fstab.xml
+++ b/chapter08/fstab.xml
@@ -25,7 +25,6 @@ proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
devpts /dev/pts devpts gid=4,mode=620 0 0
shm /dev/shm tmpfs defaults 0 0
-usbfs /proc/bus/usb usbfs devgid=14,devmode=0660 0 0
# End /etc/fstab
<userinput>EOF</userinput></screen>
@@ -33,8 +32,7 @@ usbfs /proc/bus/usb usbfs devgid=14,devmode=0660 0 0
and <filename>fff</filename> with the values appropriate for your system --
for example <filename>hda2</filename>, <filename>hda5</filename> and
<filename>reiserfs</filename>. For all the details on the six fields in this
-table, see <command>man 5 fstab</command>. Omit the usbfs line if you didn't
-compile "USB device filesystem" into the kernel.</para>
+table, see <command>man 5 fstab</command>.</para>
<para>When using a reiserfs partition, the <emphasis>1 1</emphasis> at the
end of the line should be replaced with <emphasis>0 0</emphasis>, as such a
@@ -53,9 +51,10 @@ tree.</para>
<filename>fstab</filename> file. One example is a line to use if you intend to
use USB devices:</para>
-<screen>usbfs /proc/bus/usb usbfs defaults 0 0</screen>
+<screen> usbfs /proc/bus/usb usbfs devgid=14,devmode=0660 0 0 </screen>
-<para>This option will of course only work if you have the relevant support
-compiled into your kernel.</para>
+<para>This option will of course only work if you have the
+"Support for Host-side USB" and "USB device filesystem"
+compiled into your kernel (not as a module).</para>
</sect1>