vmware无法挂载共享文件夹

女生的网名这么多〃 提交于 2019-12-03 04:19:32

The following will configure the Shared Folders clients with the default options:

For VMware Tools - Shared Folders kernel mode client use the following mount command:

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

For VMware Tools - Shared Folders user mode FUSE client use the following mount command:

/usr/bin/vmhgfs-fuse .host:/ /mnt/hgfs -o subtype=vmhgfs-fuse,allow_other

For specifying a single shared folder called mysharedfolder instead of all under the general mount point a user can use the following commands:

For VMware Tools - Shared Folders kernel mode client use the following mount command:

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

For VMware Tools - Shared Folders user mode FUSE client use the following mount command:

/usr/bin/vmhgfs-fuse .host:/mysharedfolder /mnt/hgfs -o subtype=vmhgfs-fuse,allow_other

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!