解决open-vm-tools无法复制粘贴文件问题

icmaxwell / 2023-05-19 / 原文

教程

环境:虚拟机centos7
问题:新安装的centos7无法复制文件(从物理机到虚拟机)
报错提示: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