![]() |
To set the type of mount using the Windows interface |
-
Open Services for Network File System: click Start, point to Programs or All Programs, point to Administrative Tools, and then click Services for Network File System (NFS).
-
If necessary, connect to the computer you want to manage.
-
Right-click Client for NFS, and then click Properties.
-
Click the Client Settings tab.
-
To use soft mounts, select Use soft mounts and specify the number of times that Client for NFS will attempt to make a connection in Number of times to retry. To use hard mounts, select Use hard mounts.
-
Specify the amount of time between connection attempts in Retry interval.
-
To save these settings, click Apply.
![]() |
To set the type of mount using the command line |
-
Open a command prompt with elevated privileges.
-
At the command prompt, specify the mount type by typing:
nfsadmin client [ComputerName] config mtype={hard | soft}
-
Specify the number of soft mount retries by typing:
nfsadmin client [ComputerName] config retry=n
Argument Description ComputerName
The name of the computer that you want to manage.
mtype={hard | soft}
The type of mount.
retry=n
The number of times Client for NFS will attempt to make a connection for a soft mount. This value must be in the range 1–10. The default value is 1.
Note To view the complete syntax for this command, at a command prompt, type: nfsadmin client /?