Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有类似 Windows 的 UnionFS 之类的东西?
我的用例:通过 SSH 以只读方式挂载远程文件系统,并让 UnionFS 之类的东西处理写入。
我知道这在 Unix 上是可能的,那么 Windows 呢?
看看Dokan SSHFS是否填补了空白。
另请参阅此处在 StackOverflow 上发布的关于其稳定性的问题:dokan sshfs 有多稳定?