[Previous] [Contents] [Index] [Next]

NFSfsys

NFS v2 protocol client filesystem

Syntax:

NFSfsys [-B size] [-b num] [-h num] [-i nodes] 
        [-L] [-l num] [-v]

Options:

-B size
Set the buffer size to size bytes (default is set by the first server and is usually 8K).
-b num
Use num buffers (default is 200).
-h num
Maximum number of worker threads standing by (default is 3).
-i nodes
Set the number of inodes to nodes (default is 80).
-L
Only register locally.
-l num
Minimum number of worker threads standing by (default is 1).
-v
Verbose mode.

Description:

The NFSfsys filesystem manager is an NFS protocol version 2 client operating over TCP/IP. To use it, you must have an NFS server. This filesystem manager requires a TCP/IP transport layer, such as the one provided by Tcpip.

See also:

Nfsd, Tcpip


[Previous] [Contents] [Index] [Next]