Ubuntu14 中安裝 VMware10 Tools工具

Mr_Chenph發表於2014-05-11
  • 網上說已經針對上一篇提到的無法顯示共享目錄的問題做了補丁,補丁地址是https://github.com/rasa/vmware-tools-patches,我沒有成功,還是出現“hgfs 不是目錄”錯誤
  • 使用df命令可以看到/mnt/hgfs已經成功掛載,且vmhgfs服務正常(使用lsmod | grep vm命令)
  • 下載VMware10.0.2,安裝後迫不及待的開啟虛擬機器進行vmtools的安裝,成功的完成了之前需要打補丁才能通過的部分,但是在啟動服務的時候報錯
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@yufan-vm:/etc/init# rm vmware-tools-thinprint.conf

  • 重新啟動服務
root@yufan-vm:/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@yufan-vm:/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@yufan-vm:/etc/vmware-tools# cd /mnt/hgfs
root@yufan-vm:/mnt/hgfs# ls
WindowsShare
root@yufan-vm:/mnt/hgfs# cd WindowsShare/
root@yufan-vm:/mnt/hgfs/WindowsShare# ls
abc  啦啦啦德瑪西亞.txt
  • 終於搞定了!

-----------------------------------------------------

sudo mount -t vmhgfs .host:/ /mnt/hgfs
vmware-hgfsclient

.host:/shared /home/pnuts/shared vmhgfs defaults 0 0

相關文章