From 987aa009028dc0e036b3f40b70452f2fa9161a0c Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Thu, 16 Aug 2001 22:26:29 +0000 Subject: Bug 78: MAKEDEV-1.2 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@985 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/fstab.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'chapter08') diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index 27249ff3e..90a772231 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -29,5 +29,19 @@ the end of the line should be replaced with 0 0. For more information on the various fields which are in the fstab file, see man 5 fstab. +There are other lines which you may consider adding to your fstab +file. One example is the line which you must have if you are using +devpts, note that you must also create the /dev/pts directory for this +to work: +none /dev/pts devpts gid=4,mode=620 0 0 + +Another example is a line to use if you intend to use USB +devices. This time, you don't create the directory as it's part of the +proc virtual filesystem: +none /proc/bus/usb usbdevfs defaults 0 0 + +Both of these options will only work if you have the relevant +support compiled into your kernel. + -- cgit v1.2.3-54-g00ecf