I'm working with a group of Visual Studio developers who are using a server that has "NAS" in the name, and I'm unsure of the specific file sharing protocol in use between the windows client and server.
Is there a list of known limitations when using a SMB based file share (that isn't based on Windows) and how that would affect file IO calls.
From an API perspective, there isn't much of a difference when using Win32 calls or .NET, therefore I am curious about the protocol-level interaction between the workstation and server.
Question
Can anyone provide insight into the limitations and bugs that could appear when using a NAS device with a Windows desktop versus a standard Windows Server?