Windows 共享上的 NFS 或 SMB
如果我要创建一个 Windows 共享文件夹,并将一个数据库文件放在该文件夹中以在客户端应用程序的多个用户之间共享,那么这是 NFS 或 SMB 共享文件夹吗?
If I were to create a Windows shared folder, put a database file in that folder to be shared among multiple users of our client app, is that an NFS or SMB shared folder?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
根据记录,它现在被称为 CIFS(通用互联网文件系统)。但是,是的,它是中小企业。
编辑 显然,在 Windows 8 和 Server 2012 中,我们又回到了 SMB 3。谢谢,BenL
For the record it is now supposed to be referred to as CIFS (Common Internet File System). But yes, it is SMB.
Edit apparently with Windows 8 and Server 2012 we're back to SMB with SMB 3. Thanks, BenL
那就是中小企业。
That would be SMB.
我想说这是一个 SMB 共享文件夹。 SMB(协议)就是Windows世界中的NFS(协议)。
I would say it is a SMB shared folder. The SMB (protocol) is the NFS (protocol) in the Windows world.