NFS Client enables Microsoft Windows users to gain access to the NFS file systems on UNIX networks.
With Xlink NFS client application installed and
Host Editor properly configured, a user can access the NFS server system in three ways:You can set auto mount when mounted with NFS client's tools. With this setting, the mounted drives will be listed under 'my computer' of windows explorer every time when the system is turned on.
When you want to have a regular user run NFS client, you need to first login as 'administrator' to install the software and setup 'host editor'. Then, log off 'administrator', login as the regular user to 'define' the drive and mount the remove system.
From windows 'Start' menu select 'Programs/Omni Lite/NFS Client'. Following user interface window will come up.

(Assume you have setup Host Editor) Select a "drive" from the user interface window then click on the 'define' button to bring up next dialog box.

Click on 'Browse' to open up next dialog box with all remote system defined in Host Editor listed. Select the one you want to connect to. By clicking on the system name, you bring out the exported directory of the system. Select the directory and click 'OK' to close the dialog box.

Now you are back to the first dialog box, click on 'options' to bring up next dialog box.

The option selections:
Click 'OK' to close the dialog box. From the first box again, click 'next' to setup the authentication.
There are three ways to setup the authentication for access permission to the NFS connection. The first two choices require you to enter a user account and its password. To use PCNFSD method, you need to have the 'pcnfs' daemon running on the NFS server system. To use NIS method, you need to have the NFS server (in
Host Editor) setup first.
The last authentication method is 'UID and GID'. UID and GID are the user id and group id numbers of a unix account.

Click 'Next' and 'Finish' to complete the 'define' configuration.
When you are back to the NFS client user interface window, click on 'mount' to make the connection. If all settings are correct, you should see the drive and path listed as in the following picture. Now from windows explorer, you will see drive "H" listed under My computer.

You can then access the files created by the authenticated user. The authenticated user is the user account you used for authentication when setup Host Editor.
back to topAssume there is an exported directory "myexport" in the /export directory of the NFS server system named "mynfs.
To establish NFS server connection, type: net use \\mynfs\myexport
Once the connection is established, you can use Command Prompt's commands to access files in the NFS server system.
back to top