Ignore:
Timestamp:
03/06/2005 09:48:31 AM (19 years ago)
Author:
Jim Gifford <jim@…>
Children:
d5335a4
Parents:
8b75c29
Message:

Updates to glibc and fstab

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4720 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/fstab.xml

    r8b75c29 r0932530  
    2525proc           /proc        proc   defaults        0     0
    2626sysfs          /sys         sysfs  defaults        0     0
    27 devpts         /dev/pts     devpts gid=4,mode=620  0     0
     27devpts         /dev/pts     devpts gid=2,mode=620  0     0
    2828shm            /dev/shm     tmpfs  defaults        0     0
    2929# End /etc/fstab</literal>
     
    5454source tree.</para>
    5555
    56 <para>There are other lines which may be added to the
    57 <filename>/etc/fstab</filename> file. One example is a line for USB
    58 devices:</para>
    59 
    60 <screen>usbfs        /proc/bus/usb usbfs   devgid=14,devmode=0660 0 0 </screen>
    61 
    62 <para>This option will only work if <quote>Support for Host-side
    63 USB</quote> and <quote>USB device filesystem</quote> are compiled into
    64 the kernel (not as a module).</para>
    65 
    6656</sect1>
    6757
Note: See TracChangeset for help on using the changeset viewer.