美文网首页
Mac 安装 bindfs

Mac 安装 bindfs

作者: wdq197 | 来源:发表于2020-04-29 21:02 被阅读0次

    因为工作需要需要将一个目录mount到另外一个目录下,想用mount -bind sourcedir destditr 命令 发现Mac 不支持

    Mac系统下有类似的命令bindfs 可以实现功能。

    又有几大难题,需要安装homebrew,以前很简单的,现在发现有很大问题,应该是dns污染无法访问git。报错port 443: Connection refused无法连接,

    需要直接指向ip 于是修改host文件

    sudo vim /etc/hosts

    199.232.28.133raw.githubusercontent.com

    参考

    https://www.cnblogs.com/Dylansuns/p/12309847.html

    homebrew安装参考链接

    https://blog.csdn.net/u010458765/article/details/104730037/ 亲测好用

    https://zhuanlan.zhihu.com/p/59805070知乎

    https://www.jianshu.com/p/de6f1d2d37bf简书

    https://www.jianshu.com/p/7ef9e0e4d3c2

    https://www.cnblogs.com/peng-lan/p/11090469.html cnblogs

    同时发现了

    https://blog.csdn.net/chengqinju0490/article/details/100910543

    fuse for macos 这个好东西,可以读ntfs

    bindfs的使用参考一下几个网站:

    https://blog.csdn.net/melancholy123/article/details/78360018?locationNum=2&fps=1

    https://www.quwenqing.com/read-235.html

    https://www.zhihu.com/question/19716664?sort=created

    https://tieba.baidu.com/p/6331262065?red_tag=0046785958

    相关文章

      网友评论

          本文标题:Mac 安装 bindfs

          本文链接:https://www.haomeiwen.com/subject/wnfgxxtx.html