CentOS 7 中没有 vmhgfs-fuse 命令?

CentOS 7 中没有 vmhgfs-fuse 命令?

我已经在 CentOS 7 中安装了 open-vm-tools,但是如何挂载共享文件夹?

没有vmhgfs-fuse命令,mount -t vmhgfs .host:/ /mnt/显示错误unknown file system vmhgfs

有任何想法吗?

答案1

CentOS 7.2 包含 3.10 内核和 open-vm-tools 9.10。 A需要 4.x 内核和 open-vm-tools 版本 10 才能使用 open-vm-tools 提供的 FUSE 支持。因此,仍然需要安装传统的tar格式VMware Tools来添加vmhgfs驱动以启用共享文件夹支持。这应该与现有的 open-vm-tools 安装一起完成。

更多细节:

相关内容