Centos 7

From Federal Burro of Information
Revision as of 03:00, 24 February 2015 by David (talk | contribs) (Created page with " vmware tools install centos 7 , vmware 5.5 yum -y install perl mkdir /mnt/cdrom && mount /dev/cdrom /mnt/cdrom && mkdir -p /mnt/tmpfs mount -o size=500M -t tmpfs none /mn...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

vmware tools install centos 7 , vmware 5.5

yum -y install perl
mkdir /mnt/cdrom && mount /dev/cdrom /mnt/cdrom && mkdir -p /mnt/tmpfs
mount -o size=500M -t tmpfs none /mnt/tmpfs && cp /mnt/cdrom/VMwareTools-9.4.5-1598834.tar.gz /mnt/tmpfs
cd /mnt/tmpfs && tar zxvf VMwareTools-9.4.5-1598834.tar.gz && cd vmware-tools-distrib
./vmware-install.pl
( answer all the questions )
reboot