vmplayer-change-mount-dir
Change vmware-tools script
1 | # Mount all hgfs filesystems |
Reboot
reboot system to take effect
After this changed, /mnt/hgfs
can be removed.
For CentOS 7
, you should install open-vm-tools
first: sudo yum -y install open-vm-tools
Mount
1 | .host:/share /mnt/share fuse.vmhgfs-fuse allow_other,nonempty,defaults 0 0 |
1 | sudo vmhgfs-fuse -o nonempty -o allow_other .host:/share /mnt/share |
.host:/share
is device name, and can be seen by command: vmware-hgfsclient