Hubbry Logo
search button
Sign in
Devfsd
Devfsd
Comunity Hub
History
arrow-down
starMore
arrow-down
bob

Bob

Have a question related to this hub?

bob

Alice

Got something to say related to this hub?
Share it here.

#general is a chat channel to discuss anything related to the hub.
Hubbry Logo
search button
Sign in
Devfsd
Community hub for the Wikipedia article
logoWikipedian hub
Welcome to the community hub built on top of the Devfsd Wikipedia article. Here, you can discuss, collect, and organize anything related to Devfsd. The purpose of the hub is to connect people, foster deep...
Add your contribution
Devfsd
devfsd
Developer(s)Richard Gooch
Operating systemLinux kernel
Typedaemon
LicenseGNU General Public License (GPL)
Websitewww.safe-mbox.com/~rgooch/linux/

devfsd is a device manager for the Linux kernel. Primarily, it creates device nodes in the /dev directory when kernel drivers make the underlying hardware accessible.[1] The nodes exist in a virtual device file system named devfs. In systems that support many different types of hardware, each of which has its own device nodes, this is more convenient than creating all possible device nodes beforehand and in a real filesystem.

While devfs was a step forward, it had several disadvantages of its own.[2] Since version 2.5 of the Linux kernel, devfs has been succeeded by udev and devtmpfs.[3]

See also

[edit]

References

[edit]
  1. ^ Richard Gooch (20 August 2002). "Linux Devfs (Device File System) FAQ". Retrieved 2011-06-21.
  2. ^ Greg Kroah-Hartman. "udev and devfs - The final word". Archived from the original (Plain text) on 2011-04-11. Retrieved 2014-05-10.
  3. ^ Jake Edge (2009-05-06). "The return of devfs". LWN.net. Retrieved 2015-11-22.
[edit]