解决open-vm-tools无法复制粘贴文件问题
教程
环境:虚拟机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
重启机子
亲测至此问题解决
参考&&致谢
作者:荒
除特别声明为原创博文外,均可转载,也欢迎转载,未经作者同意必须在文章页面给出原文链接,否则保留追究法律责任的权利,谢谢您的配合。