How Win7 uses NFS share

  
The NFS client function has been added to the Windows 7 system, which can be turned on and off by using the "Programs and Features" button in the Control Panel to open and close the Windows function "-> "NFS service"
Of course, the Telnet client is also invalid by default, and can also be opened here. After the installation is complete, you can use NFS sharing through the mount
and showmount commands in the Windows command line window.
C:>showmount /?
Usage: showmount -e [server]
showmount -a [server]
showmount -d [server]
C:>mount /?< Br>Usage: mount [-o options] [-u:username] [-p:] <computernamesharename>
-o rsize=size Sets the size of the read buffer in kilobytes.
-o wsize=size Sets the size of the write buffer in kilobytes.
-o timeout=time Sets the timeout value (in seconds) for RPC calls.
-o retry=number Sets the number of retries for the soft load.
-o mtype=soft
Copyright © Windows knowledge All Rights Reserved