Pro-Test effective
1. Installing VMware Tools
2. Extract to any folder tar-xzvf vmwaretools****.tar.gz3. Get Vmware-tools-distrib folder 4./vmware-install.pl all the way to the running directory 5. Runthe./vmware-config-tools.pl in the Vmware-tools-distrib/bin directory. The Mnt/hgfs directory will appear if the Shared window folder does not appear, continue to the 6.vmware-hgfsclient command to see which shared directory 7 is currently available.mount-t Vmhgfs. Host:/linux_source/mnt/hgfs(. Host:/linux_source is a sharedName,/mnt/hgfs is the mount point)if the displayError:cannot mount Filesystem:no such deviceUbuntu executes the sudo apt-get install open-vm-dkms and then executes the 7th step, but needs to mount again after each reboot of the machine, so it needs to be set to mount automatically with the system boot, edit/etc/fstab, and add the following line. Host :/shared/mnt/hgfs Vmhgfs defaults 0 0 (write on Demand)
Null
VMware installs Ubuntu, Mounts shared Windows system folders via/mnt/hgfs