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
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