www.bob.tw

install vmtools in linux

install vmtools in linux

use WinSCP upload vmtools iso file to vm host

mount ISO images under Linux
# mkdir -p /mnt/disk
# mount -o loop disk1.iso /mnt/disk
# cd /mnt/disk
# ls -l

uncompress linux.iso by vmtools
# cd /mnt/disk
# cp VMtools.tar.gz
#cd /
#tar zxvf VMtools.tar.gz
#cd
#./vmwaretools.pl

You May Have Missed