Ask Different is a question and answer site for power users of Apple hardware and software. It only takes a minute to sign up.
Sign up to join this community
Anybody can ask a question
Anybody can answer
The best answers are voted up and rise to the top
Asked
Viewed
11 times
In UTM there is a notion of a shared directory. I can select any directory I want and it’s shared with the guest operating system. How do I access that data?
In order to access the shared directory you’ll have to make sure you kernel is built with 9pnet_virtio
you can use this command to confirm the module is there, sudo modinfo 9pnet_virtio
Then you can run
sudo mount -t 9p -o trans=virtio share /tmp/host_files
You must log in to answer this question.
Not the answer you’re looking for? Browse other questions tagged .