DESCRIPTION
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:
-
-o
-
Options are specified with a -o flag followed by a comma separated string of options. See the mount(8) man page for possible options and their meanings.