Accessing NFS shares through an application
We do get a lots of cases in which customer is looking to mount a NFS share as a System account so that the share is available even when the users logs off. This is usually required in scenarios where customer is running certain application which would access the NFS share.
The best option is to tell the application to access the NFS share using UNC path.
but still we can try them to meet the requirement.
Create a batch file which maps the drives and scheduled it to run at Windows
start up in NTAUTHORITY\SYSTEM context. Drives mapped in SYSTEM context are visible
in all logon sessions.
You can make the following entry on the batch file
net use w: \\Unixmachine\share name
Comments
Anonymous
October 22, 2013
Excellent post. It was the great help for me. Thank you a lot!!! XaviNAnonymous
December 11, 2013
It's great! Can i share some folder from nfs share to windows network?Anonymous
December 11, 2013
Hi, No, we cannot share it again using smb to other windows clients.