关于从主机无法复制文件到虚拟机的命令解决方案

场景:

当我从主机中想要复制文件到虚拟机中时,报错,Error when getting information for file "//tmp/VMwareDnD/...

解决方案:

systemctl start run-vmblock\\x2dfuse.mount
systemctl enable run-vmblock\\x2dfuse.mount
yum install open-vm-tools-desktop -y
yum reinstall open-vm-tools -y

感谢

https://www.youncyb.cn/?p=675

你可能感兴趣的:(实习,linux,运维,服务器)