Mounting virtiofs Shared Directories on macOS Guest using Apple Virtualization
runwaygoats opened this issue · 0 comments
runwaygoats commented
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
- UTM Version: 4.3.5 (87)
- macOS Version: 14.0 Beta (23A5312d)
- Mac Chip (Intel, M1, ...): M1
- Guest OS: macOS 14.0 Beta (23A5312d)