Tag: vmware tools

Lubuntu 13.10 – 无法安装VMware工具

几天前我安装了Lubuntu 13.10(在VMware Server上)。 现在我想安装vmware-tools,但在运行./vmware-install.pl -d ,我得到: The following VMware kernel modules have been found on your system that were not installed by the VMware Installer. Please remove them then run this installer again. vmci Ie – ‘rm /lib/modules/3.11.0-12-generic/misc/.{o,ko*}” 知道我该怎么办?

Ubuntu 14.04和VMWare:无法安装hgfs

我用https://github.com/rasa/vmware-tools-patches修补了官方VMWare工具 这些补丁需要在Ubuntu 14.04下编译VMWqare工具而不会出现编译错误。 比我列出共享文件夹并遇到错误: ~$ lsmod | grep hgfs vmhgfs 53979 1 vmw_vmci 62966 1 vmhgfs ~$ vmware-hgfsclient myshare ~$ ls -la /mnt/hgfs/ ls: cannot access /mnt/hgfs/: Not a directory 我也尝试将它挂载到不同的目录,结果类似: ~$ sudo mount -t vmhgfs .host:/ ~/Shares ~$ ls -la ~/Shares/ ls: cannot access /home/ubuntu/Shares/: Not a directory 你能帮我解决这个问题吗?

VMWare Windows 7(主机)Ubuntu 14.04(guest)共享文件夹将无法装入

我有一个带有vmware工作站9的Windows 7,我正在运行Ubuntu 14.04。 我在VM /设置菜单中配置了共享文件夹,在执行vmware-hgfsclient时我可以在Ubuntu中看到它。 但是/ mnt文件夹里面什么都没有。 我尝试过这个post: 如何使用VMware工具在Ubuntu中挂载共享文件夹? 但它仍然无法挂载(经过多次重启以及安装和卸载vmware-tools之后的建议),仍然没有内置/ mnt。 我也尝试过使用open-vm-tools偶然发现的各种各样的东西,但没有任何效果。 我想我没有vmhgfs ,因为modprobe vmhgfs返回这个: modprobe: FATAL: Module vmhgfs not found. 因此,很多地方建议的黑客/etc/fstab无论如何都不应该工作,对吧? 有想法该怎么解决这个吗?

使用Ubuntu在vmware机器中复制/粘贴和拖放不起作用

突然从/向windows8主机复制/粘贴停止工作到/从ubuntu虚拟机。 Ubuntu重启没有帮助。 我试过命令: sudo apt-get install open-vm-tools 但得到报告我有最新版本。 访客隔离设置已启用。 什么可能是解决这个问题的方案?

如何安装vmware工具?

我在vmware中安装了我的Ubuntu,不需要安装vmware工具,我收到错误: 搜索有效的内核头路径…路径“”无效。 你想改变吗?[是] 在CentOS中,我运行以下命令来解决此问题: yum install gcc-c++ yum install kernel-devel yum install kernel-headers yum -y update kernel 但我不知道如何在Ubuntu中做。 请帮忙。 更新我尝试了以下命令,但没有改变,仍然有错误: 搜索有效的内核头路径…路径“”无效。 你想改变吗?[是] sudo apt-get update sudo-get install build-essential linux-header – $(uname -r) sudo ./vmware-uninstall-tools.pl sudo ./vmware-config-tools.pl sudo ./vmware-install.pl 问题变更: 运行sudo ./vmware-uninstall-tools.pl,然后删除/ etc / vmware-tools的文件夹,然后运行sudo ./vmware-install.pl现在我可以成功安装vmware-tool。重新启动后,我可以看到文件夹/ mnt / hgfs,但无法看到我的共享文件夹。