首页 > 系统服务 > 详细

vmware无法挂载共享文件夹

时间:2019-11-01 14:44:34      阅读:124      评论:0      收藏:0      [点我收藏+]

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无法挂载共享文件夹

原文:https://www.cnblogs.com/wangjian1226/p/11776747.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!