Mouse: Change scroll direction of spice vdagent tablet
Mounting Folder
VirtioFS is a shared file system natively used by Apple Virtualization Framework
UTM defaults the tag name as share
sudo mkdir -p /mnt/virtio_sharesudo mkdir -p /media/MacSharesudo mount -t virtiofs -o dax=never share /mnt/virtio_sharesudo mount --bind /mnt/virtio_share/share /media/MacShare
Make mounting automatic
sudo nano /etc/fstab# add the following at the end of the fileshare /mnt/virtio_share virtiofs defaults,dax=never,nofail 0 0/mnt/virtio_share/share /media/MacShare none bind,nofail 0 0# check if mounting workssudo systemctl daemon-reloadsudo mount -a
Extra troubleshoot
Add a serial device from settings to show a separate terminal