1. Normal installation Vmware-tools
2. During the installation process, I encountered a prompt for:
Enter the path to the kernel header files for the 3.18.0-kali1-686-pae Kerne?
Workaround:yum-y install kernel-devel upgrade Kernel-devel
3. Mount (Local test environment only shared one folder, multiple not tested)
Mount-t Vmhgfs. host://mnt/hgfs
(Note: Some people say that the name of the shared folder should be added after host, such as Vmhgfs-fuse. Host:/swapdocument/mnt/hgfs swapdocument Command vmware-hgfsclient the printed directory )
If you don't have permissions, you need to switch to the root user
If the error Error:can not mount Filesystem:no such device, enter the following command:
Mount-a Vmhgfs. host://mnt/hgfs
4. Set Boot up
vi/usr/local/scripts/autostart.sh
The contents are as follows
#!/bin/sh
Vmhgfs-fuse. host://mnt/hgfs
Add/usr/local/scripts/autostart.sh to the last line in/etc/rc.d/rc.local
5. Restart
VM Installation CENTOS7 Install Vmware-tools/mnt/hgfs no file workaround