Ubuntu vmware共享文件夹自动挂载

自动挂载

修改/etc/fstab,加入如下内容

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

手动挂载

修改/etc/fstab,加入如下内容

sudo vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other
posted @ 2022-02-22 10:43  penuel  阅读(287)  评论(0编辑  收藏  举报