VM Heruterfahren
Im VirtManager, -> neues Dateisystem hinzufügen
VM starten
_##_Shared mounten
- Linux:
- Create a folder to have the share mapped to.
- Open the terminal in the guest machine, and type:
sudo mount -t virtiofs sharename path/on/guest
- To make it permanent add the following entry to the
/etc/fstab:
sharename path/on/guest virtiofs defaults 0 0