|
NAMEdevfs —
device file system
SYNOPSISdevfs /dev devfs rw 0 0 DESCRIPTIONThe device file system, ordevfs , 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, The
mknod(8)
tool can be used to recover deleted device entries under
The
fdescfs(5)
filesystem is an alternate means for populating
/dev/fd. The character devices that both
The options are as follows: FILES
EXAMPLESTo mount adevfs volume located on
/mychroot/dev:
mount -t devfs devfs
/mychroot/dev SEE ALSOfdescfs(5), devfs(8), mount(8), make_dev(9)HISTORYThedevfs file system first appeared in
FreeBSD 2.0. It became the preferred 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.
AUTHORSThedevfs manual page was written by
Mike Pritchard
<mpp@FreeBSD.org>.
Visit the GSP FreeBSD Man Page Interface. |