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?
Asked
Active
Viewed 1.3k times
0
-
Be careful as not all database formats support being read from a share. Outlooks data format is prime example of this – JaredPar Dec 07 '09 at 18:23
-
I'd like to place an sqlite database file on the share and access it from multiple clients. – Ben Mc Dec 07 '09 at 18:54
3 Answers
2
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

Jim Mitchener
- 8,835
- 7
- 40
- 56
0
I would say it is a SMB shared folder. The SMB (protocol) is the NFS (protocol) in the Windows world.

PeterMmm
- 24,152
- 13
- 73
- 111
-
-
not by OS (not anymore, at least); but by mentality. also, there are very few good NFS implementations for windows. – Javier Dec 07 '09 at 19:02