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

mount_virtiofsmount a virtio-fs volume

mount_virtiofs [-r] [-u uid] [-g gid] fs_tag directory

The mount_virtiofs command attaches the virtio-fs file system associated with fs_tag to the global file system namespace at the location indicated by directory.

The options are as follows:

Mount file system as read-only.
Set the owner of the files in the file system to uid. The uid may be a username or a numeric value.
Set the group of the files in the file system to gid. The gid may be a group name or a numeric value.

The mount_virtiofs utility exits 0 on success, and >0 if an error occurs.

mount(2), unmount(2), fstab(5), mount(8), umount(8)

September 14, 2020 macOS