Under VMWare Settings > Options > Shared Folders> Always Enabled ( Choose Desired Share Path in GUI )
In Your Ubuntu VM:
- Create a directory to host the shared folder on UbuntuVM
- Run the following code : sudo /usr/bin/vmhgfs-fuse .host:/ <directory_on_Ubuntu> -o subtype=vmhgfs-fuse,allow_other
- Edit .bashrc profile and include code at Step 2 at the end of the file ( Remember you need to be in the directory where your .bashrc file is, else you can quote the full path to your .bashrc file) sudo echo "sudo /usr/bin/vmhgfs-fuse .host:/ <directory_on_Ubuntu> -o subtype=vmhgfs-fuse,allow_other" >> .bashrc
- Edit /etc/fuse.conf and uncomment sudo nano /etc/fuse.conf user_allow_other