What are the different ways to programmatically connect to a nfs shared folder? How important is the use of guid and uid for this conenction?

Microsoft Windows

Active Members
Joined
Dec 10, 2024
Messages
12,273
Hi, so I have currently shared a nfs folder from linux, enabled nfs features in windows and I am now able to mount this folder as a drive. On enabling unsecured logins I can also access this using the address bar in file explorer. I want to know if it is possible to connect to the nfs share using WNetAddConnection() API, In the event viewer I can see that this defaults to smb when attempting to connect and also manages to connect but sets an error code 67, but then I want to know why it works with the address bar in file explorer. If I try to operate on the path directly with APIs like createf

Continue reading...
 
Back
Top