Created
April 26, 2025 13:33
-
-
Save frankrausch/273802b199e847b354ede878912b2594 to your computer and use it in GitHub Desktop.
Enable UTM VirtIO file sharing in Fedora 42
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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