utmapp / docs.getutm.app

UTM documentation
Creative Commons Zero v1.0 Universal
37 stars 54 forks source link

Documentation on macOS for mounting/unmounting #31

Open MalEbenSo opened 12 months ago

MalEbenSo commented 12 months ago

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)