MOUNT_QEMUFWCFG(8) FreeBSD System Manager's Manual MOUNT_QEMUFWCFG(8)
NAME
mount_qemufwcfg - provide QEMU fw_cfg data as a file system
SYNOPSIS
mount_qemufwcfg [-F path] [-g gid] [-M dir-mode] [-m file-mode] [-u uid]
[fuse-options] node
DESCRIPTION
The mount_qemufwcfg command provides the QEMU fw_cfg configuration files
in a file system tree at point node. The directory specified by node is
converted to an absolute path before use.
The options are as follows:
-F path
Use path instead of /dev/qemufwcfg for the QEMU device.
-g gid Use gid as group for files in the file system instead of the
active group id.
-M dir-mode
Use dir-mode as permissions for directories instead of the
default 0555.
-m file-mode
Use file-mode as permissions for files instead of the default
0444.
-u uid Use uid as user for files in the file system instead of the
active user id.
SEE ALSO
qemufwcfg(4)
HISTORY
A mount_qemufwcfg command first appeared in NetBSD 9.0.
AUTHORS
Jared McNeill <
[email protected]>
FreeBSD 14.1-RELEASE-p8 April 29, 2020 FreeBSD 14.1-RELEASE-p8