Fixing the Issue of VMware Shared Folder Failing After Reboot

Although the mechanism of the failure is unknown, from the system logs there are no errors. Maybe it was not executed? But as long as it can be solved, that is fine.

Steps

Just add a boot-time scheduled task:

1
crontab -e

Add one line:

1
@reboot sudo /usr/bin/vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other -o uid=1000 -o gid=1000 -o umask=022

References