diff options
Diffstat (limited to 'chapter08/fstab.xml')
-rw-r--r-- | chapter08/fstab.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index 6c8738cc8..3c76ff2fa 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -25,7 +25,7 @@ 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=15,devmode=0660 0 0 # End /etc/fstab <userinput>EOF</userinput></screen> @@ -33,7 +33,8 @@ shm /dev/shm tmpfs defaults 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>.</para> +table, see <command>man 5 fstab</command>. Omit the usbfs line if you didn't +compile "USB device filesystem" into the kernel.</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 |