vmWare Workstation - unable to drag and drop or copy and paste

I've setup a CentOS 7 VM on my Windows 7 laptop. In the VM settings I have both boxes checked for "Enable drag and drop" and "Enable copy and paste" and yet I'm still not able to move over even a small test file or copy from the host into the VM.

Is there anything else I need to do?

3 Answers

My VMware host is a Windows 7 machine, and I'm running Workstation 10.

This has worked for me on several VMs where I had the same problem, including my Windows 10 VM:

  1. Completely shut down the VM on which you want to change the settings, close all other VMs that you have open, and exit out of VMware.
  2. Start VMware by clicking 'Run as Administrator'.
  3. Before starting the VM, disable both 'Enable drag and drop' and 'Enable copy and paste' in the VM's 'Guest Isolation' setting on the Options tab.
  4. Exit from the settings GUI.
  5. Do step 3 again but enable them instead.
  6. Start the VM. This should allow the copy and paste to work.

Sometimes I've had to follow these steps a few times before it would work, but this ultimately solved the problem each time I tried it.

2

I noticed there is an incompatibility with Wayland when Copy-Paste files into VM desktop when using GDM.

To fix that (remove Wayland) edit your custom configuration file

/etc/gdm3/custom.conf

or

/etc/gdm/custom.conf

replace comment char '#' from the line:

#WaylandEnable=false

to:

WaylandEnable=false

save file and reboot!

I'd be surprised if drag and drop worked across OS types. It did work for me when both host and guest were Windows. And even in Windows it was somewhat finicky -- for example, I could copy files from Explorer in the host to Explorer in the guest, but not from Explorer in the host to Outlook in the guest.

For getting your files into/out of Linux, you might have to resort to old-fashioned ways of FTP, SCP etc. On the positive side, these days there are decent GUI clients for those protocols.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like