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.
文章评论