FreeBSD Manual Pages
DEVFS(5) BSD File Formats Manual DEVFS(5) NAME devfs -- device file system SYNOPSIS devfs /dev devfs rw 0 0 DESCRIPTION The device file system, or devfs, provides access to kernel's device namespace in the global file system namespace. The conventional mount point is /dev. The file system includes several directories, links, symbolic links and devices, some of which can also be written. In a chroot'ed environment, devfs can be used to create a new /dev mount point. The mknod(8) tool can be used to recover deleted device entries under devfs. FILES /dev The normal devfs mount point. EXAMPLES To mount a devfs volume located on /mychroot/dev: mount -t devfs devfs /mychroot/dev SEE ALSO devfs(8), mount(8) HISTORY The devfs file system first appeared in FreeBSD 2.0. It became the pre- ferred method for accessing devices in FreeBSD 5.0 and the only method in FreeBSD 6.0. The devfs manual page first appeared in FreeBSD 2.2. AUTHORS The devfs manual page was written by Mike Pritchard <mpp@FreeBSD.org>. BSD May 30, 2010 BSD
NAME | SYNOPSIS | DESCRIPTION | FILES | EXAMPLES | SEE ALSO | HISTORY | AUTHORS
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=devfs&sektion=5&manpath=FreeBSD+8.2-RELEASE+and+Ports>