RedHat:
vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other -o uid=1000 -o gid=1000 -o umask=022 chmod a+x /etc/rc.d/rc.local
Ubuntu:
vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other -o uid=1000 -o gid=1000 -o umask=022 chmod a+x /etc/rc.local
/etc/fstab
.host:/ /mnt/hgfs fuse.vmhgfs-fuse _netdev,allow_other,defaults 0 0
mnt-hgfs.mount
# /etc/systemd/system/mnt-hgfs.mount [Unit] Description=VMware mount for hgfs DefaultDependencies=no Before=umount.target ConditionVirtualization=vmware After=sys-fs-fuse-connections.mount [Mount] What=vmhgfs-fuse Where=/mnt/hgfs Type=fuse Options=default_permissions,allow_other [Install] WantedBy=multi-user.target
标签:hgfs,automount,mount,mnt,vmhgfs,etc,fuse,share,folder From: https://www.cnblogs.com/dissipate/p/17002771.html