網上很多答案,這個才是管用的:
1、內核4.0以前的共享方法:
sudo mount -t vmhgfs .host:/ /mnt/hgfs
2、內核4.0之后的共享方法
sudo vmhgfs-fuse .host:/ /mnt/hgfs -o subtype=vmhgfs-fuse,allow_other
我驗證的是2,我的ubuntu 是18.04,注意,.host:/ 這里不是雙斜杠
網上很多答案,這個才是管用的:
sudo mount -t vmhgfs .host:/ /mnt/hgfs
sudo vmhgfs-fuse .host:/ /mnt/hgfs -o subtype=vmhgfs-fuse,allow_other
我驗證的是2,我的ubuntu 是18.04,注意,.host:/ 這里不是雙斜杠
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。