utmapp / docs.getutm.app

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

Mounting virtiofs Shared Directories on macOS Guest using Apple Virtualization #27

Closed runwaygoats closed 1 year ago

runwaygoats commented 1 year ago

Describe the issue

https://docs.getutm.app/guest-support/macos/

Instead of,

$ sudo mkdir [mount point] $ sudo mount -t virtiofs share [mount point]

I am using the commands below, which does not require sudo and works fine.

$ mkdir -m 777 -p [mount point] $ mount_virtiofs share [mount point]

Configuration