I useCentos7 in VMWare 15. But when I tried to set Shared Folder by Menu: VM->Setting->Options->Shared Folder, it did not work. After searching resolution on internet, I found valid method as following:
- VM->right click Menu choose Reinsall VMWare Tools...
- The VMWare Tools disk will appear on the desktop, click in to copy VMareTools-xxxxxx.tar.gz on somewhere.
- User command "tar zxf VMareTools-xxxxxx.tar.gz" to extract file.
- Go into the extracted file folder, for example:"vmware-tools-distrb", run a terminal as root.
- Run "./vmare-install.pl" to start resintall, click Enter when prompt to confirm default setting.
- If installation finished, go to directory "/usr/bin", run "./vmware-config-tool.pl" with default options.
- If no error occurs during the process, your can run the "ls /mnt/hgfs" command to check the shared folders.
VMWare Centos7 Shared Folder Setting.
原文:https://www.cnblogs.com/progamming/p/12315170.html