Blog Home
Updated: 2023 Oct 09

VMware Fusion 共享文件夹问题

除了上文中遇到的拷贝粘贴问题,共享文件夹也不好使,又是一番搜索试验,最终找到了正确答案。

操作步骤

sudo /usr/bin/vmhgfs-fuse .host:/ /mnt/hgfs -o subtype=vmhgfs-fuse,allow_other

执行即可,如果还不行,那么可以参考原文。从这次问题搜索也可以有一点心得,有些问题如果不能直接从Google第一页获得答案, 包括官方文档及论坛,那么不妨根据线索去找找涉及模块,比如这次就是在GitHub中issue里找到的。

参考链接

Comments:

Email questions, comments, and corrections to hi@smartisan.dev.

Submissions may appear publicly on this website, unless requested otherwise in your email.