MOUNT_QEMUFWCFG(8) System Manager's Manual MOUNT_QEMUFWCFG(8)

mount_qemufwcfg
provide QEMU fw_cfg data as a file system

mount_qemufwcfg [-F path] [-g gid] [-M dir-mode] [-m file-mode] [-u uid] [fuse-options] special node

The mount_qemufwcfg command provides the QEMU fw_cfg configuration files in a file system tree at point node. Both special and node are converted to absolute paths before use.

The options are as follows:

path
Use path instead of /dev/qemufwcfg for the QEMU device.
gid
Use gid as group for files in the file system instead of the active group id.
dir-mode
Use dir-mode as permissions for directories instead of the default 0555.
file-mode
Use file-mode as permissions for files instead of the default 0444.
uid
Use uid as user for files in the file system instead of the active user id.

qemufwcfg(4)

A mount_qemufwcfg command first appeared in NetBSD 9.0.

Jared McNeill <jmcneill@invisible.ca>
November 28, 2017 NetBSD 9.4