Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - D index
The Linux kernel configuration item CONFIG_DEVFS_FS
has multiple definitions:
fs/Kconfig
The configuration item CONFIG_DEVFS_FS:
CONFIG_EXPERIMENTAL
This is support for devfs, a virtual file system (like /proc) which provides the file system interface to device drivers, normally found in /dev. Devfs does not depend on major and minor number allocations. Device drivers register entries in /dev which then appear automatically, which means that the system administrator does not have to create character and block special device files in the /dev directory using the mknod command (or MAKEDEV script) anymore.
This is work in progress. If you want to use this, you *must* read the material in Documentation/filesystems/devfs/, especially the file README there.
Note that devfs no longer manages /dev/pts! If you are using UNIX98 ptys, you will also need to mount the /dev/pts filesystem (devpts).
Note that devfs has been obsoleted by udev, http://www.kernel.org/pub/linux/utils/kernel/hotplug/. It has been stripped down to a bare minimum and is only provided for legacy installations that use its naming scheme which is unfortunately different from the names normal Linux installations use.
If unsure, say N.
fs/Kconfig
The configuration item CONFIG_DEVFS_FS:
CONFIG_EXPERIMENTAL
This is support for devfs, a virtual file system (like /proc) which provides the file system interface to device drivers, normally found in /dev. Devfs does not depend on major and minor number allocations. Device drivers register entries in /dev which then appear automatically, which means that the system administrator does not have to create character and block special device files in the /dev directory using the mknod command (or MAKEDEV script) anymore.
This is work in progress. If you want to use this, you *must* read the material in Documentation/filesystems/devfs/, especially the file README there.
If unsure, say N.
Raw data from LKDDb:
lkddb fs "devfs" : CONFIG_DEVFS_FS : fs/devfs/base.c # in 2.5.45–2.5.75, 2.6.0–2.6.17
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - D index
Automatically generated (in year 2025). See also LKDDb sources on GitLab