[Switch] VmwareWorkstation virtual machine cannot find the /mnt/hgfs mount directory

http://blog.csdn.net/jazzsoldier/article/details/54971926

After installing VMware Tools and setting the shared directory in the settings, the vmware-hgfsclient command can see the shared directory, but still cannot find / mnt/hgfs is the default mount directory, then try the following steps:

1. Confirm that VMware Tools and shared directory settings have been completed:
2. If the operation result is as shown above, it means that the prerequisites are sufficient. Next, install open-vm- tools software.
mount /dev/cdrom /mnt/cdrom
cd /cdrom/Packages
rpm -ivh open-vm-tools-xxxxx.rpm

3. Mount the shared folder
mkdir /mnt/hgfs
mount -t vmhgfs .host:/ /mnt/hgfs 

cd /mnt/hgfs
to see the previously shared folder. The

operating system is win10, the vmware version is 14, and the rhel version is 7.4

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326039857&siteId=291194637