Home  >  Article  >  Software Tutorial  >  vmware tools installed successfully but cannot be copied, how to solve the problem

vmware tools installed successfully but cannot be copied, how to solve the problem

PHPz
PHPzOriginal
2024-08-27 10:01:01824browse

File sharing between the host and the virtual machine is only possible if vmware tools are installed in the virtual machine. However, some users find that after successfully installing vmware tools, they still cannot drag and drop and copy and paste files between the host and the virtual machine. How to solve this problem? Let’s take a look.

vmware tools安装成功但无法复制怎么解决

The real solution: Open the terminal 1. Uninstall VMware Tools.

sudo apt-get autoremove open-vm-tools

2. Install VMware tools online.

sudo apt-get install open-vm-tools-desktop

If something goes wrong, execute the following two lines of commands.

sudo apt-get updatesudo apt-get install open-vm-tools-desktop fuse

3. Restart the virtual machine.

The above is the detailed content of vmware tools installed successfully but cannot be copied, how to solve the problem. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn