Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation on macOS for mounting/unmounting #31

Open
MalEbenSo opened this issue Sep 21, 2023 · 0 comments
Open

Documentation on macOS for mounting/unmounting #31

MalEbenSo opened this issue Sep 21, 2023 · 0 comments

Comments

@MalEbenSo
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant