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.
我们有一个应用程序(基于 .NET),它需要读取一些大容量存储文件。
所以我们将应用程序部署在Web服务器中,并将数据放到数据服务器中。然后Web服务器中的应用程序将通过Windows共享文件访问文件。(Web服务器和数据服务器都使用Windows Server操作系统。
现在,我们尝试从windows切换到linux,那么文件访问呢?
Samba套件为 unix 系统提供 windows 文件服务器功能。
你也可能想看看NFS。
甚至OCFS2也可能是替代方案。