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
pxwei edit at Sep 28, 2020 at 07:32 pm