设置共享的方法:https://www.cnblogs.com/WLCYSYS/p/11965488.html

在Linux设置完共享文件夹后无法显示Windows里的文件

 

 


环境
宿主机:MacBook Pro
虚拟机:vmware 15
虚拟机操作系统:rehl8

解决方法

1、内核4.0以前的共享方法:

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

2、内核4.0之后的共享方法

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