centos

mount -t vmhgfs .host:/  /mnt/hgfs

# 如果有如下提示:
# Error: cannot mount filesystem: No such device

#则

yum install open-vm-tools-devel -y
#有的源的名字并不一定为open-vm-tools-devel(centos) ,而是open-vm-dkms(unbuntu)执行:
vmhgfs-fuse .host:/ /mnt/hgfs

相关文章:

  • 2021-12-17
  • 2021-05-12
  • 2022-12-23
  • 2021-04-25
  • 2021-10-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-02-10
  • 2022-02-20
  • 2022-02-06
  • 2021-07-06
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案