vmware centos 挂载windows 文件目录
直接上图
# 运行
vmware-hgfsclient
如果不成功,就执行
说明:
sudo vmhgfs-fuse .host:/shared_folder /mnt/hgfs -o subtype=vmhgfs-fuse,allow_other
-
.host:/shared_folder
:指定主机共享的文件夹。 -
/mnt/hgfs
:挂载点。 -
-o subtype=vmhgfs-fuse,allow_other
:挂载选项,allow_other
允许其他用户访问。
执行了:
sudo vmhgfs-fuse .host:/ling /mnt/hgfs -o subtype=vmhgfs-fuse,allow_other