Unable to mount guest shared folder in vmware workstation
Try manually mounting fuse:
vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other
Then add to fstab and reboot:
.host:/ /mnt/hgfs fuse.vmhgfs-fuse allow_other 0 0
Jeff Smith
Try manually mounting fuse:
vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other
Then add to fstab and reboot:
.host:/ /mnt/hgfs fuse.vmhgfs-fuse allow_other 0 0