网上很多答案,这个才是管用的:
1、内核4.0以前的共享方法:
mount -t vmhgfs .host:/ /mnt/hgfs
2、内核4.0之后的共享方法
vmhgfs-fuse .host:/ /mnt/hgfs -o subtype=vmhgfs-fuse,allow_other
我验证的是2,我的ubuntu 是18.04
标签:共享方法,4.0,hgfs,虚拟机,mnt,vmhgfs,ubuntu,vmware
来源: https://www.cnblogs.com/mooniscrazy/p/14854464.html