码迷,mamicode.com
首页 > 系统相关 > 详细

vmware无法挂载共享文件夹

时间:2019-11-01 14:42:41      阅读:311      评论:0      收藏:0      [点我收藏+]

标签:ons   usr   option   for   mount   conf   war   folder   user   

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

标签:ons   usr   option   for   mount   conf   war   folder   user   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!