In Windows 2008 Server R2 (acts as a client), I have a client from Windows Services for NFS, and the server is installed as Y: with NFS. This server also supports CIFS. When I open the UNC path to the server with start / start, it connects using CIFS, but when the application on the same client passes the same UNC path, it connects using NFS. In both cases, the full UNC path is used (and not the letter Y: drive).
How does Windows determine whether to use NFS or CIFS when transmitting a UNC path?
source share