You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the following additions to the documentation are useful:
a) clarify where Terminal commands are run: In the guest machine
VirtioFS
{: .label .label-green } macOS 13+ When both the guest and host are running macOS 13 or higher, shared directories can be mounted as a network volume. You can mount the volume from Terminal in the guest machine:
$ mkdir -m 777 -p [mount point]
$ mount_virtiofs share [mount point]
[mount point] can be any valid path such as /Volumes/Share as an example.
b) add instructions how to unmount volume (via Terminal, in the Finder or otherwise)
The text was updated successfully, but these errors were encountered:
I think the following additions to the documentation are useful:
a) clarify where Terminal commands are run: In the guest machine
b) add instructions how to unmount volume (via Terminal, in the Finder or otherwise)
The text was updated successfully, but these errors were encountered: