MOUNT_KERNFS(8) | System Manager's Manual | MOUNT_KERNFS(8) |
mount_kernfs
—
mount the /kern file system
mount_kernfs |
[-o options]
/kern mount_point |
The mount_kernfs
command attaches an
instance of the kernel parameter namespace to the global filesystem
namespace. The conventional mount point is /kern.
The directory specified by mount_point is converted to
an absolute path before use. This command is normally executed by
mount(8) at boot time.
The filesystem includes several regular files which can be read, some of which can also be written. The contents of the files is in a machine-independent format, either a string, or an integer in decimal ASCII. Where numbers are returned, a trailing newline character is also added.
The options are as follows:
sed 1q /kern/version
”mount(2), unmount(2), fstab(5), dmesg(8), mount(8), setkey(8), syslogd(8)
The mount_kernfs
utility first appeared in
4.4BSD.
This filesystem may not be NFS-exported.
March 22, 2012 | NetBSD 10.99 |