Centos下与Windows共享文件hgfs无文件解决办法

in 交流 with 0 comment
 yum install open-vm-tools
vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other

开机自启:

/etc/rc.local

vmhgfs-fuse -o allow_other .host:/ /mnt/hgfs
exit 0
chmod +x /etc/rc.local

systemctl enable rc-local.service
留言