CentOS 7 安装 open-vm-tools

安装open-vm-tools

sudo mkdir -v /mnt/hgfs
sudo yum -y install open-vm-tools
reboot

sudo systemctl status vmtoolsd.service

临时永久挂载
sudo vmhgfs-fuse -o allow_other -o auto_unmount .host:/ /mnt/hgfs

临时挂载
sudo mount -t fuse.vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other
卸载
sudo umount /mnt/hgfs

猜你喜欢

转载自www.cnblogs.com/acmeryblog/p/10101203.html
今日推荐