Home >Software Tutorial >Computer Software >[Solved] What should I do if the Vmware virtual machine still cannot copy, paste, and drag files after installing VmwareTools?
Ubuntu is a Linux distribution operating system mainly based on desktop applications. Users generally use virtual machines to install Ubuntu. However, some users found that after successfully installing Vmware Tools on a Vmware virtual machine, they still cannot copy, paste, and drag files. What is going on? The editor specially compiled a solution for everyone, come and try it. The specific operations are as follows: 1. Change the virtual machine settings, select Edit virtual machine settings, enable shared folders in the options, and then set a folder that is convenient for you. I set it as the desktop of my computer to facilitate file copying. Also check whether drag-and-drop and copy-paste are enabled in the client isolation options, and remember to turn them on if not.
// An highlighted blocksudo ln -sT '/mnt/hgfs/Desktop/' '/home/tute/桌面/Desktop'5. To check whether it was successful, I created a new text document on the Windows desktop, opened the Desktop folder of the Ubuntu desktop, and found that the corresponding file has been created and can be copied directly to Ubuntu. This method is mainly used as a last resort when Vmware Tools cannot be installed or cannot be dragged after installation. It may not be suitable for everyone.
The above is the detailed content of [Solved] What should I do if the Vmware virtual machine still cannot copy, paste, and drag files after installing VmwareTools?. For more information, please follow other related articles on the PHP Chinese website!