选择一个要共享的文件
点击确定 -> 确定
启动虚拟机
执行下面的命令
/YumSource 是我选择的共享文件夹,自行替换自已选择的文件夹
mkdir -p /mnt/hgfs
cat >> /etc/fstab << EOF
.host:/YumSource /mnt/hgfs fuse.vmhgfs-fuse allow_other default 0 0
EOF
vmhgfs-fuse .host:/YumSource /mnt/hgfs
# 执行下面命令看到文件夹里面有内容说明挂载共享文件夹成功了
ls /mnt/hgfs