2

I am not sure why there is so little clear information in the net about the issue:

I just want to copy (drag and drop) files between the Ubuntu 16.04 host and the Windows 7 client.

I expected this as a basic feature. But it does not work.

Thorsten Niehues
  • 1,277
  • 5
  • 17
  • 32
  • This is not a 'basic feature', and I don't know what hypervisors provide that. When using KVM with spiceand QXLand have the drivers and vd-agent installed, you are able to copy/paste the clipboard and to have shared folders (see https://www.spice-space.org/features.html) – ridgy Feb 20 '17 at 12:08
  • 1
    VMware and Hyper-V support it. I can copy text between host and guest. But not files :/ – Thorsten Niehues Feb 20 '17 at 17:02
  • Related: https://askubuntu.com/questions/290668/how-to-share-a-folder-between-kvm-host-and-guest-using-virt-manager – Elder Geek Jun 14 '18 at 14:29
  • This is in fact possible with "Gnome Boxes", it offers drag and drop functionality with files. KVM unfortunately, does not. – Markus Bawidamann May 04 '20 at 00:25

2 Answers2

2

This worked for me. I think it will also work for you.

  1. Download and install spice tool (spice-guest-tools-latest.exe) on your guest OS (Windows 7/8/10).

  2. Restart or shut down your guest OS (Windows 7/8/10).

David Foerster
  • 36,264
  • 56
  • 94
  • 147
  • 1
    Really? I'm sure you can share clipboard but not files (drag-and-drop) – MrCalvin Aug 17 '19 at 11:30
  • do i add the file onto device i want to d&d (drag and drop) to, like a raspberry pi and will this work with clipboard too? – taran Jun 29 '23 at 21:17
1

Work around #1

Create a samba share on the host.

Since client and host should be able to communicate via a virtual network interface - automatically - this is a very easy workaround.

Thorsten Niehues
  • 1,277
  • 5
  • 17
  • 32