微拓扑

  • Home
  • Archives
  • Tags
  • Wall
微拓扑
Another bloody day.
  1. 首页
  2. IT
  3. 正文

Linux安装VMware Tools

15/02/2014 443点热度 0人点赞 0条评论

To install VMware Tools in a Linux guest operating system
Ensure that your Linux virtual machine is powered on.
If you are running a GUI interface, open a command shell.
Click VM in the virtual machine menu, then click Guest > Install/Upgrade VMware Tools and click OK.
To create a mount point, run:

mkdir /mnt/cdrom

To mount the CDROM, run:

mount /dev/cdrom /mnt/cdrom

cd /mnt/cdrom

mkdir ~/vmtool

cp * ~/vmtool

cd /vmtool

tar -zxvf VMwareTools-version.tar.gz

cd vmware-tools-distrib

./vmware-install.pl

note: apt-get install build-essential ,if gcc error

note: apt-get install linux-headers-$(uname -r) ,if kernel error

To unmount the CDROM, run:

umount /mnt/cdrom

To end the VMware Tools install, click VM in the virtual machine menu, then click Guest > End VMware Tools Install.

标签: 暂无
最后更新:27/02/2014

kyaky

这个人很懒,什么都没留下

点赞
< 上一篇
下一篇 >

文章评论

取消回复

COPYRIGHT © 2021 vtp.me. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang