Skip to content

原文链接:VMware教程:设置 CentOS 7 共享文件夹_Jerry00713的博客-CSDN博客_centos vmware 共享文件夹

在虚拟机关机状态下,虚拟机虚拟机

vmware-hgfsclient

挂载

[挂载](https://so.csdn.net/so/search?q=%E6%8C%82%E8%BD%BD&spm=1001.2101.3001.7020)
bash
# 创建hgfs目录

mkdir /mnt/hgfs

# 查看目录的创建情况

ls -l /mnt

vmhgfs-fuse .host:/SharedFolder /mnt/hgfs

umount /mnt/hgfs

.host:/SharedFolder /mnt/hgfs fuse.vmhgfs-fuse allow_other,defaults 0 0

mount -a

bash
# 重启CentOS

reboot
[VMware](https://so.csdn.net/so/search?q=VMware&spm=1001.2101.3001.7020)