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?

2
  • Be careful as not all database formats support being read from a share. Outlooks data format is prime example of this
    – JaredPar
    Commented Dec 7, 2009 at 18:23
  • I'd like to place an sqlite database file on the share and access it from multiple clients.
    – Ben Mc
    Commented Dec 7, 2009 at 18:54

3 Answers 3

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

1
  • 1
    windows8 and server 2012 will use smb 3.0
    – Ben L
    Commented Jun 6, 2012 at 2:03
0

That would be SMB.

0

I would say it is a SMB shared folder. The SMB (protocol) is the NFS (protocol) in the Windows world.

2
  • So it's by OS? Are shares on UNIX/Linux/OSX NFS?
    – Ben Mc
    Commented Dec 7, 2009 at 18:57
  • not by OS (not anymore, at least); but by mentality. also, there are very few good NFS implementations for windows.
    – Javier
    Commented Dec 7, 2009 at 19:02

Not the answer you're looking for? Browse other questions tagged or ask your own question.