0

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?

Ben Mc
  • 2,038
  • 6
  • 30
  • 37
  • 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 Answers3

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

That would be SMB.

Justin Niessner
  • 242,243
  • 40
  • 408
  • 536
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