Differences between version 2 and revision by previous author of DevFs.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Friday, September 23, 2005 4:07:18 pm | by IanMcDonald | Revert |
Older page: | version 1 | Last edited on Sunday, June 29, 2003 11:17:39 am | by CraigBox | Revert |
@@ -1,5 +1,5 @@
-DevFs is the Device FileSystem. It's optional starting with kernel
2.4.
+DevFs is the Device FileSystem. It's optional starting with LinuxKernel
2.4 and not recommended with LinuxKernel 2.6 as it has been deprecated in favour of [UDev]
.
It is designed so that instead of having to have a central body allocate major and minor numbers (unique identifiers) to devices, you can access them more like a namespace. For example, your serial port /dev/ttyS2 will become /dev/tts/2; console /dev/tty3 will become /dev/vc/3. You can still have support for the old names for software that would otherwise be confused by these changes.
You can find a detailed description of devfs at http://www.atnf.csiro.au/~rgooch/linux/docs/devfs.html