Hi, I'm almost give up again because for a day I try to access my windows kvm guest from FC20 :) I've tried everything including virtio mapping mount -t 9p -o trans=virtio,version=9p2000.L hostshare /tmp/hostfiles where I get the following messages mount: special device hostshare does not exist --- --- to be honest clipboard sharing would be enough for me, so I googled why it is not working and I applied this: https://mytechdepot.wordpress.com/2013/02/22/enabling-clipboard-copy-paste-in-redhat-kvm/ yum install spice-vdagent # chkconfig --add spice-vdagentd # service spice-vdagentd start but, the clipboard sharing isn't working.... Do you have any idea to solve any of the issues above? Thank you Vlad
Jonathon Jongsma
2014-Mar-20 15:46 UTC
Re: [libvirt-users] [virt-tools-list] Linux host / Windows guest sharing
The spice-vdagent should be running in the guest. Have you installed the spice guest tools in your windows guest? Download them here: http://www.spice-space.org/download.html That should get clipboard sharing working. ----- Original Message -----> From: "Laszlo Pal" <vlad@vlad.hu> > To: libvirt-users@redhat.com, virt-tools-list@redhat.com > Sent: Thursday, March 20, 2014 10:16:50 AM > Subject: [virt-tools-list] Linux host / Windows guest sharing > > Hi, > > I'm almost give up again because for a day I try to access my windows > kvm guest from FC20 :) > > I've tried everything including virtio mapping > > mount -t 9p -o trans=virtio,version=9p2000.L hostshare /tmp/hostfiles > > where I get the following messages > > mount: special device hostshare does not exist > > --- > --- > > to be honest clipboard sharing would be enough for me, so I googled > why it is not working and I applied this: > > https://mytechdepot.wordpress.com/2013/02/22/enabling-clipboard-copy-paste-in-redhat-kvm/ > > yum install spice-vdagent > # chkconfig --add spice-vdagentd > # service spice-vdagentd start > > but, the clipboard sharing isn't working.... > > Do you have any idea to solve any of the issues above? > > Thank you > Vlad > > _______________________________________________ > virt-tools-list mailing list > virt-tools-list@redhat.com > https://www.redhat.com/mailman/listinfo/virt-tools-list >
Christophe Fergeau
2014-Mar-20 15:57 UTC
Re: [libvirt-users] [virt-tools-list] Linux host / Windows guest sharing
On Thu, Mar 20, 2014 at 11:46:28AM -0400, Jonathon Jongsma wrote:> The spice-vdagent should be running in the guest. Have you installed the spice guest tools in your windows guest? Download them here: http://www.spice-space.org/download.html > > That should get clipboard sharing working.You also need to have your VM configured to use SPICE, and to add the needed channel, see http://people.freedesktop.org/~teuf/spice-doc/html/ch02s05.html Christophe