日历
网志分类
· 所有网志 (29)
· 电脑技术 (22)
· 未分类 (7)
站内搜索
友情链接
· 我的歪酷 非非共享界

订阅 RSS

0005779

歪酷博客

漀葝茗薻


« 上一篇: Ubuntu8.04如何释放磁盘空间 下一篇: 推荐CSS框架 »
冰鉴 @ 2008-10-16 11:26

Steps To Getting VMware Tools installed on Ubuntu Hardy under VMware Fusion:

Use the “Install VMware Tools” option in VMWare Fusion, and drag the .tar file (not the RPM!) to the Ubuntu desktop.

Open a Terminal (Applications menu -> Accessories -> Terminal). We’ll do all the work from the Terminal. First, we need to install some dependencies:

    sudo apt-get install build-essential libgtk2.0-dev
    sudo apt-get install libproc-dev libdumbnet-dev xorg-dev
    cd Desktop/

    wget http://mesh.dl.sourceforge.net/sourceforge/open-vm-tools/open-vm-tools-2008.04.14-87182.tar.gz

Next, we need to unpack the tar files we have at hand:

    tar xzvf VMware*.gz
    tar xzvf open-vm-tools*.gz

Next, we’ll build the open-vm-tools:

    cd open-vm-tools-2008.04.14-87182/
    ./configure && make
    cd modules/linux/

In the modules/linux folder we have the vmblock, vmhgfs, vmmemctl, vmsync and vmxnet modules that we need to tar up and place into the official VMware tools tarball:

    for i in *; do mv ${i} ${i}-only; tar -cf ${i}.tar ${i}-only; done
    cd ../../..

    mv -f open-vm-tools-2008.04.14-87182/modules/linux/*.tar vmware-tools-distrib/lib/modules/source/

Now we can run the regular VMware tools installer:

    cd vmware-tools-distrib/
    sudo ./vmware-install.pl

Once this is done, the best tactic is to restart Ubuntu entirely. Once you boot back up, things should seem a bit smoother. The resolution of the VM will stick to the size of the VM, etc, and you can now drag files directly into Ubuntu Hardy from your Mac desktop!





评论 / 个人网页 / 扔小纸条
* 昵称

已经注册过? 请登录

新用户请先注册 以便能显示头像及追踪评论回复

Email
网址
* 评论
表情
 


 

分类小组论坛
杂谈 , 娱乐、八卦 , 文学、艺术 , 体育 , 旅游、同城 , 象牙塔 , 情感 , 时尚、生活 , 星座 , 科技

请注意遵守中华人民共和国法律法规, 如威胁到本站生存, 将依法向有关部门报告, 同时本站的相关记录可能成为对您不利的证据.

相关法律法规
全国人大常委会关于维护互联网安全的决定
中华人民共和国计算机信息系统安全保护条例
中华人民共和国计算机信息网络国际联网管理暂行规定
计算机信息网络国际联网安全保护管理办法
计算机信息系统国际联网保密管理规定