virtio-fs: tag not found #4703
Unanswered
kvz
asked this question in
UTM Help (macOS)
Replies: 2 comments 9 replies
-
Please see https://docs.getutm.app/guest-support/linux/#virtfs the correct command is
|
Beta Was this translation helpful? Give feedback.
8 replies
-
Hey @osy, I bumped into the same issue on
It worked well for me since 13+. I'm wondering if I'm missing something or it's a common (new) issue. Tried to restart the host, the vm, re-adding the shared directory with no success. UTM Version is 4.4.4, AVF. Thank you. :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the issue
I'm not successful in mounting a directory on a virtualized Ubuntu ARM VM from a macOS 13 host using Apple Virtualization.
Steps completed inside the Ubuntu guest:
And the VM is configured to have at least one
api2
tagged share as can be seen here:I don't see the shares however in my
config.plist
, added below, is that to be expected?Strangely enough, you can see virtiofs shared folders do work conceptually, because the Rosetta drive is mounted that way and I can confirm I can remount it without errors like so:
$ sudo umount -lf /media/rosetta $ sudo mount -t virtiofs rosetta /media/rosetta $ ls -al /media/rosetta total 260 drwxr-xr-x 3 vagrant vagrant 96 Oct 26 09:27 . -rwxr-xr-x 1 vagrant vagrant 540360 Sep 30 22:24 rosetta
So I think something goes wrong with the way that UTM allows me to share additional folders.
Configuration
Crash log
$ sudo mkdir -p /srv/current $ sudo chown -R ${USER} /srv/current $ sudo mount -t virtiofs api2 /srv/current mount: /srv/current: wrong fs type, bad option, bad superblock on api2, missing codepage or helper program, or other error.
Debug log
As you can see I tried different variations of the
api2
shared folder tag, none of which worked.Upload VM
config.plist.zip
Beta Was this translation helpful? Give feedback.
All reactions