Skip to content

Instantly share code, notes, and snippets.

@frankrausch
Created April 26, 2025 13:33
Show Gist options
  • Save frankrausch/273802b199e847b354ede878912b2594 to your computer and use it in GitHub Desktop.
Save frankrausch/273802b199e847b354ede878912b2594 to your computer and use it in GitHub Desktop.
Enable UTM VirtIO file sharing in Fedora 42
echo "share /mnt/utm 9p trans=virtio,version=9p2000.L,rw,_netdev,nofail,auto 0 0" | sudo tee -a /etc/fstab; sudo mkdir /mnt/utm; sudo chown $(whoami) /mnt/utm; ln -s /mnt/utm ~/utm; sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment