VMWare中ubuntu挂载共享文件夹

挂载共享目录前需要先安装open-vm-tools

apt install open-vm-tools -y

手动挂载:

mount -t fuse.vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other

自动挂载:

echo ".host:/    /mnt/hgfs    fuse.vmhgfs-fuse    auto,allow_other    0    0" >> /etc/fstab && mount -a
© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片快捷回复

    暂无评论内容