vmware无法挂载共享文件夹
Posted wangjian1226
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vmware无法挂载共享文件夹相关的知识,希望对你有一定的参考价值。
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
以上是关于vmware无法挂载共享文件夹的主要内容,如果未能解决你的问题,请参考以下文章
完美解决:重新安装VMware Tools灰色。以及共享文件夹的创建(centos8)