場景:
centos7 + vmware15
設置完共享文件夾后,查看 /mnt/ 下面發現不顯示設置的共享文件夾
解決方法:
重新安裝VMware tools,注意:一定要覆蓋安裝。
說明:由於 VMware tools 安裝過程需要很多步確認,在選擇是否覆蓋的步驟時,默認是不覆蓋的,
如果安裝時一直使用默認,那么你安裝完成后,還是不能解決根本問題。
所以,所有確認項目要都輸入 yes。
具體安裝過程:
共需要13步確認,其中 11 步和 12 步必須輸入yes,不能使用默認
[root@bogon vmware-tools-distrib]# ./vmware-install.pl The installer has detected an existing installation of open-vm-tools packages on this system and will not attempt to remove and replace these user-space applications. It is recommended to use the open-vm-tools packages provided by the operating system. If you do not want to use the existing installation of open-vm-tools packages and use VMware Tools, you must uninstall the open-vm-tools packages and re-run this installer. The packages that need to be removed are: open-vm-tools The installer will next check if there are any missing kernel drivers. Type yes if you want to do this, otherwise type no [yes] yes 1.輸入 yes INPUT: [yes] Creating a new VMware Tools installer database using the tar4 format. Installing VMware Tools. In which directory do you want to install the binary files? 2.這里回車默認 [/usr/bin] INPUT: [/usr/bin] default What is the directory that contains the init directories (rc0.d/ to rc6.d/)? 3.回車默認 [/etc/rc.d] INPUT: [/etc/rc.d] default What is the directory that contains the init scripts? 4.回車默認 [/etc/rc.d/init.d] INPUT: [/etc/rc.d/init.d] default In which directory do you want to install the daemon files? 5.回車默認 [/usr/sbin] INPUT: [/usr/sbin] default In which directory do you want to install the library files? 6.回車默認 [/usr/lib/vmware-tools] INPUT: [/usr/lib/vmware-tools] default The path "/usr/lib/vmware-tools" does not exist currently. This program is going to create it, including needed parent directories. Is this what you want? 7.輸入 yes [yes] yes INPUT: [yes] In which directory do you want to install the documentation files? 8.回車默認 [/usr/share/doc/vmware-tools] INPUT: [/usr/share/doc/vmware-tools] default The path "/usr/share/doc/vmware-tools" does not exist currently. This program is going to create it, including needed parent directories. Is this what you want? [yes] yes 9.輸入 yes INPUT: [yes] The installation of VMware Tools 10.3.21 build-14772444 for Linux completed successfully. You can decide to remove this software from your system at any time by invoking the following command: "/usr/bin/vmware-uninstall-tools.pl". Before running VMware Tools for the first time, you need to configure it by invoking the following command: "/usr/bin/vmware-config-tools.pl". Do you want this program to invoke the command for you now? [yes] yes 10.輸入 yes INPUT: [yes] You have chosen to install VMware Tools on top of an open-vm-tools package. You will now be given the option to replace some commands provided by open-vm-tools. Please note that if you replace any commands at this time and later remove VMware Tools, it may be necessary to re-install the open-vm-tools. The file /usr/bin/vmware-hgfsclient that this program was about to install already exists. Overwrite? [no] yes 11.!!!!!注意:這里必須輸入 yes INPUT: [yes] The file /usr/bin/vmhgfs-fuse that this program was about to install already exists. Overwrite? [no] yes 12.!!!!!!注意:這里必須輸入 yes INPUT: [yes] Initializing... Making sure services for VMware Tools are stopped. Stopping vmware-tools (via systemctl): [ OK ] The module vmci has already been installed on this system by another installer or package and will not be modified by this installer. The module vsock has already been installed on this system by another installer or package and will not be modified by this installer. The module vmxnet3 has already been installed on this system by another installer or package and will not be modified by this installer. The module pvscsi has already been installed on this system by another installer or package and will not be modified by this installer. The module vmmemctl has already been installed on this system by another installer or package and will not be modified by this installer. The VMware Host-Guest Filesystem allows for shared folders between the host OS and the guest OS in a Fusion or Workstation virtual environment. Do you wish to enable this feature? [yes] yes 13.輸入 yes INPUT: [yes] The vmxnet driver is no longer supported on kernels 3.3 and greater. Please upgrade to a newer virtual NIC. (e.g., vmxnet3 or e1000e) Skipping configuring automatic kernel modules as no drivers were installed by this installer. Skipping rebuilding initrd boot image for kernel as no drivers to be included in boot image were installed by this installer. The configuration of VMware Tools 10.3.21 build-14772444 for Linux for this running kernel completed successfully. Found VMware Tools CDROM mounted at /run/media/tys/VMware Tools. Ejecting device /dev/sr0 ... Enjoy, --the VMware team