Post

VMWare - Can't see shared folder

VMWare - Can't see shared folder

VMWare - Can’t see shared folder

If you made a shared folder on your Host and then connected it through the VMWare Settings but you still can't see it in your VM:

1
2
sudo mkdir /mnt/hgfs
vmware-hgfsclient *

You should see your shared folder name.

1
sudo /usr/bin/vmhgfs-fuse .host:/ /mnt/hgfs -o subtype=vmhgfs-fuse,allow_other

Now you will find your shared folder mounted at /mnt/hgfs

This post is licensed under CC BY 4.0 by the author.