patch-2.4.0-test2 linux/Documentation/filesystems/devfs/README
Next file: linux/Documentation/filesystems/devfs/modules.conf
Previous file: linux/Documentation/filesystems/devfs/ChangeLog
Back to the patch index
Back to the overall index
- Lines: 50
- Date:
Wed Jun 21 08:29:00 2000
- Orig file:
v2.4.0-test1/linux/Documentation/filesystems/devfs/README
- Orig date:
Thu May 11 15:30:05 2000
diff -u --recursive --new-file v2.4.0-test1/linux/Documentation/filesystems/devfs/README linux/Documentation/filesystems/devfs/README
@@ -3,7 +3,7 @@
Linux Devfs (Device File System) FAQ
Richard Gooch
-1-MAY-2000
+14-JUN-2000
-----------------------------------------------------------------------------
@@ -797,13 +797,15 @@
mount devfs and then create the named pipe *before* init
starts.
-The default behaviour now is not to mount devfs onto /dev at boot time.
-You can correct this with the "devfs=mount" boot option. This solves
-any problems with init, and also prevents the dreaded:
+The default behaviour now is not to mount devfs onto /dev at boot time
+for 2.3.x and later kernels. You can correct this with the
+"devfs=mount" boot option. This solves any problems with init,
+and also prevents the dreaded:
Cannot open initial console
-message.
+message. For 2.2.x kernels where you need to apply the devfs patch,
+the default is to mount.
If you have automatic mounting of devfs onto /dev then you may need to
create /dev/initctl in your boot scripts. The following lines should
@@ -1460,9 +1462,19 @@
Douglas Gilbert has written a useful document at
http://www.torque.net/sg/devfs_scsi.html which
-explores the SCSI subsystem and how it interacts with devfs.
+explores the SCSI subsystem and how it interacts with devfs
+Douglas Gilbert has written another useful document at
+
+http://www.torque.net/scsi/scsihosts.html which
+discusses the scsihosts= boot option
+
+
+Douglas Gilbert has written yet another useful document at
+
+http://www.torque.net/scsi/linux_scsi_24 which
+discusses the Linux SCSI subsystem in 2.4.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)