Ei onnistu minulta asentaminen, vaikka kuinka yritän eri vaihtoehtoja, niin Guest-kone ei suostu enää käynnistymään. No, jospa se jossain vaiheessa kirkastuu minullekin. Toimihan tässä kuitenkin tiedoston siirto USB-tikulla, ja verkkoonkin pääsee, jos sitä kautta haluaisi jotain alas lirutella.
Ohjeessahan sanotaan mm.:
Specify the path to the directory on the VM Host Server with Source Path. Enter a string at Target Path that will be used as a tag to mount the shared directory. Note that the string of this field is a tag only, not a path on the VM Guest.
Apply the setting. If the VM Guest is currently running, you need to shut it down to apply the new setting (rebooting the guest is not sufficient).
Boot the VM Guest. To mount the shared directory, enter the following command:
sudo mount -t 9p -o trans=virtio,version=9p2000.L,rw TAG /MOUNT_POINT
To make the shared directory permanently available, add the following line to the /etc/fstab file:
TAG /MOUNT_POINT 9p trans=virtio,version=9p2000.L,rw 0 0