Vmhgfs fuse in /etc/fstab

Hi all Clearnixs

This perfectly works
vmhgfs-fuse .host:/ /mnt/hgfs/ -o subtype=vmhgfs-fuse,allow_other
But it is not persistent and not available right after boot

So I put this into /etc/fstab
vmhgfs-fuse /mnt/hgfs fuse defaults,allow_other 0 0

It does work at boot
nor with mount -a
mount: /mnt/hgfs: wrong fs type, bad option, bad superblock on vmhgfs-fuse, missing codepage or helper program, or other error.

So I put this into /etc/fstab

vmhgfs-fuse /mnt/hgfs fuse defaults,allow_other 0 0
and
also
.host:/ /mnt/hgfs fuse.vmhgfs-fuse defaults,allow_other 0 0
as
recommended here:
https://kb.vmware.com/s/article/60262