Run: apt-get install dkms linux-headers-$(uname -r) build-essential psmisc
2 - Run: git clone https://github.com/rasa/vmware-tools-patches.git
3 - Run: cd vmware-tools-patches/patches
4 - Remove every folder except "vmhgfs".
5 - Get the last version of VMwareTools clicking on VMWare Bar > VM > Install/Reinstall VMWare Tools. It will open a virtual CD containing the "tar" file.
6 - Copy VMwareTools-9.2.4-1398046.tar.gz to "vmware-tools-patches" folder.
7 - On "vmware-tools-patches" folder, run: ./untar-and-patch-and-compile.sh

重新启动后,分辨率可自适应,剪贴板可正常使用,输入lsmod | grep vm可看到vmhgfs,但是在共享目录也就是/mnt/hgfs中,提示该文件夹不是目录

在网上查说是VMware10的Bug,在10.0.2版本中修复了,正在下载,明日再试。

重新启动后,分辨率可自适应,剪贴板可正常使用,输入lsmod | grep vm可看到vmhgfs,但是在共享目录也就是/mnt/hgfs中,提示该文件夹不是目录

在网上查说是VMware10的Bug,在10.0.2版本中修复了,正在下载,明日再试。

Creating a new initrd boot image for the kernel.
update-initramfs: Generating /boot/initrd.img-3.13.0-24-generic
initctl:未知任务: vmware-tools-thinprint
Unable to start services for VMware Tools

Execution aborted.

一盆冷水啊,查了一些资料,跟打印有关,反正我也不用打印功能,干脆删掉吧

root@ www.linuxidc.com:/etc/init# rm vmware-tools-thinprint.conf

重新启动服务

root@ www.linuxidc.com:/etc/vmware-tools# ./services.sh restart
Stopping VMware Tools services in the virtual machine:
  Guest operating system daemon:                                      done
  VMware User Agent (vmware-user):                                    done
  Blocking file system:                                              done
  Unmounting HGFS shares:                                            done
  Guest filesystem driver:                                            done
  VM communication interface:                                        done
  Checking acpi hot plug                                              done
Starting VMware Tools services in the virtual machine:
  Switching to guest configuration:                                  done
  VM communication interface:                                        done
  Guest filesystem driver:                                            done
  Mounting HGFS shares:                                              done
  Blocking file system:                                              done
  VMware User Agent:                                                  done
  Guest operating system daemon:                                      done

查看共享目录

root@ www.linuxidc.com:/etc/vmware-tools# df
文件系统      1K-blocks    已用      可用 已用% 挂载点
/dev/sda1      19478204  4487716  13978008  25% /
none                  4        0        4    0% /sys/fs/cgroup
udev            1010624        4  1010620    1% /dev
tmpfs            204276    1072    203204    1% /run
none                5120        0      5120    0% /run/lock
none            1021364      152  1021212    1% /run/shm
none              102400      56    102344    1% /run/user
/dev/sr0          61542    61542        0  100% /media/yufan/VMware Tools
.host:/        186165244 47665228 138500016  26% /mnt/hgfs
root@ www.linuxidc.com:/etc/vmware-tools# cd /mnt/hgfs
root@ www.linuxidc.com:/mnt/hgfs# ls
WindowsShare
root@ www.linuxidc.com:/mnt/hgfs# cd WindowsShare/
root@ www.linuxidc.com:/mnt/hgfs/WindowsShare# ls
abc  啦啦啦德玛西亚.txt

终于搞定了!
-----------------------------------------------------
sudo mount -t vmhgfs .host:/ /mnt/hgfs
vmware-hgfsclient.host:/shared /home/pnuts/shared vmhgfs defaults 0 0

Ubuntu 12.04下安装VMware Tools http://www.linuxidc.com/Linux/2012-05/60472p2.htm

更多Ubuntu相关信息见Ubuntu 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=2

本文永久更新链接地址http://www.linuxidc.com/Linux/2014-05/101545.htm

Ubuntu 14.04 中安装 VMware10 Tools工具的更多相关文章

  1. Ubuntu 14.04中安装最新版Eclipse

    Ubuntu 14.04中安装最新版Eclipse 来源:Linux社区    作者:Linux 1.安装OpenJDK Java 7 如果你的系统中没有安装Java,我们需要按照如下步骤事先安装好 ...

  2. 怎样在Ubuntu 14.04中安装Java(转)

    想知道如何在Ubuntu 14.04中安装Java?安装Java肯定是安装Ubuntu 14.04后首先要做的几件事情之一(见http://www.linuxidc.com/Linux/2014-04 ...

  3. Ubuntu 14.04 中 安装elasticsearch2.*+logstash2.*+kibana

    在Ubuntu 14.04 上安装单机版ELK 2.*(脚本化) 1.判断是否为root权限 if [ "${UID}" -ne 0 ]; then echo "You ...

  4. 如何在Ubuntu 14.04中安装最新版Eclipse

    想必很多开发人员都知道,Ubuntu 软件源中提供的并不是最新版本的 Eclipse,本教程就教大家如何在 Ubuntu 14.04 中快速安装 Eclipse 官方发布的最新版本. 到目前为止,Ec ...

  5. 转:如何在Ubuntu 14.04中安装最新版Eclipse

    想必很多开发人员都知道,Ubuntu 软件源中提供的并不是最新版本的 Eclipse,本教程就教大家如何在 Ubuntu 14.04 中快速安装 Eclipse 官方发布的最新版本. 到目前为止,Ec ...

  6. ubuntu 14.04中安装 ruby on rails 环境

    环境:在win7 上Vmware虚拟机环境中安装的ubuntu 14.04 1. bundle install 时,报json错误可以看出是在安装nokogiri时遇到了问题,此时执行 sudo ap ...

  7. ubuntu 14.04中安装 ruby on rails 环境(填坑版) 呕血推荐

    环境:在win7 上Vmware虚拟机环境中安装的ubuntu 14.04 开发相关: ruby 2.2.0 rails 4.2.0 sublime text 3 本文说明:所有的命令均在$ 之后,若 ...

  8. ubuntu 14.04中安装phpmyadmin即mysql图形管理界面

    由于学习的需要,我将网站开发环境从windows转移到了ubuntu,ubuntu下之前并没有发现什么难的地方,只要百度一般都有解决方案.但是总所周知ubuntu是一系列开源软件的集合,由于版本的问题 ...

  9. Ubuntu14 中安装 VMware10 Tools工具<2>

    网上说已经针对上一篇提到的无法显示共享文件夹的问题做了补丁.补丁地址是https://github.com/rasa/vmware-tools-patches,我没有成功,还是出现"hgfs ...

随机推荐

  1. GitHub和SourceTree入门教程——(转载),希望能帮到有需要的人

    -->本教程适用于主流的开源网站github和bitbucket,个人认为sourceTree还是比较好用的git客户端,支持windows和mac os. -->soureceTree的 ...

  2. oracle的簇的管理

    使用ALTER修改簇属性(必须拥有ALTER ANY CLUSTER的权限) 1.修改簇属性 可以修改的簇属性包括: * PCTFREE.PCTUSED.INITRANS.MAXTRANS.STORA ...

  3. 《科学》封面:人工智能终于能像人类一样学习 zz

    原文地址:http://tech.sina.com.cn/d/i/2015-12-12/doc-ifxmpnqi6368668.shtml science   Human-level concept ...

  4. [python] No module named _sysconfigdata_nd

    when setting python environment in Ubuntu13.04, i got this error: ImportError: No module named _sysc ...

  5. zw版【转发·台湾nvp系列Delphi例程】HALCON HighpassImage

    zw版[转发·台湾nvp系列Delphi例程]HALCON HighpassImage unit Unit1;interfaceuses Windows, Messages, SysUtils, Va ...

  6. 利用curl并发来提高页面访问速度

    在我们平时的程序中难免出现同时访问几个接口的情况,平时我们用curl进行访问的时候,一般都是单个.顺序访问,假如有3个接口,每个接口耗时500毫 秒那么我们三个接口就要花费1500毫秒了,这个问题太头 ...

  7. 评playerc网友的"求比指定数大且最小的“不重复数”问题"

    问题见:对Alexia(minmin)网友代码的评论及对“求比指定数大且最小的‘不重复数’问题”代码的改进 .算法:求比指定数大且最小的“不重复数”问题的高效实现 . playerc网友的代码如下(求 ...

  8. 由 "select *" 引发的“惨案”

    今天凌晨做发布, 要合并多个分数据库的表数据到主数据库中, 有 30+ 分数据库. 前面都比较顺利, 在临近结束时,突然发现一个字段的值插入错误. 有一个表 T,字段分别为 (f1, f2, f3, ...

  9. xib中设置控件的圆角

    1.http://my.oschina.net/ioslighter/blog/387991?p=1 利用layer.cornerRadius实现一个圆形的view,将layer.cornerRadi ...

  10. win32sdk 编程整理的些资料

    #win32sdk编程积累经验# ## ListView ## - 创建imagelist HIMAGELIST hi; HBITMAP hBmp = LoadBitmap(hInst,MAKEINT ...