Main index | Section 5 | 日本語 | Options |
devfs /dev devfs rw 0 0
The file system includes several directories, links, symbolic links and devices, some of which can also be written. In a chroot'ed environment, devfs(8) can be used to create a new /dev mount point.
The mknod(8) tool can be used to recover deleted device entries under devfs.
The fdescfs(5) filesystem is an alternate means for populating /dev/fd. The character devices that both devfs and fdescfs(5) present in /dev/fd correspond to the open file descriptors of the process accessing the directory. devfs only creates files for the standard file descriptors 0, 1 and 2. fdescfs(5) creates files for all open descriptors.
The options are as follows:
| |
Use the specified mount options, as described in mount(8). The following devfs file system-specific options are available: | |
ruleset=ruleset | |
Set ruleset number ruleset as the current ruleset for the mount-point and apply all its rules. If the ruleset number ruleset does not exist, an empty ruleset with the number ruleset is created. See devfs(8) for more information on working with devfs rulesets. | |
/dev | The normal devfs mount point. |
mount -t devfs devfs /mychroot/dev
DEVFS (5) | June 30, 2022 |
Main index | Section 5 | 日本語 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.