vmware安装了深度15.9 虚拟机配置了共享路径 系统mnt下没有ngfs
Tofloor
poster avatar
cloud_1_deep
deepin
2019-04-30 21:55
Author
如图, 我在vmware设置了共享文件夹,但是在系统内却访问不到,mnt下边也是空的,是我的配置不对,还是共享路径,在其他的路径下,求大神指教
Reply Favorite View the author
All Replies
avatar
cloud_1_deep
deepin
2019-04-30 21:57
#1

Reply View the author
avatar
tanjn
deepin
2020-01-27 05:36
#2
本帖最后由 tanjn 于 2020-1-26 21:38 编辑

参看这个贴子:
https://bbs.deepin.org/post/182005

需要执行如下两条命令:

(1)安装:
sudo apt-get install open-vm-*
(注意上面的软件包名后就是*,而不是别的字符)

(2)挂载:
sudo mount -t fuse.vmhgfs-fuse .host:/G  /mnt/G -o allow_other
(上面的/G是从host系统共享出来的G文件夹,/mnt/G是挂载点)
如果需要每次重启系统后自动挂载,则在/etc/fstab文件末尾添加一行:
.host:/G /mnt/G fuse.vmhgfs-fuse allow_other 0 0

以上解决方法参考了如下链接:http://www.144d.com/post-566.html
Reply View the author
avatar
tzho
deepin
2020-01-27 21:51
#3
https://bbs.deepin.org/post/177425
参看这个贴子:
https://bbs.deepin.org/post/182005#Vmware

macbook pro苹果机如何设置?
Reply View the author