windows 挂载本地目录到vmware 的centos
windows 挂载本地目录到vmware 的centos;windows设置目录为共享,担心局域网的电脑能用到该目录;
在虚拟机操作
# 创建目录
mkdir /mydir/mnt
# 安装挂载程序
yum install open-vm-tools-devel -y
执行挂载
/usr/bin/vmhgfs-fuse .host:/ /mydir/mnt-o allow_other -o uid=1000 -o gid=1000 -o umask=022 -o nonempty
原文地址:https://blog.csdn.net/qypt2015/article/details/145108356
免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!