Enable access for Windows NFS clients
-
PDF of this doc site
-
Cluster administration
-
Volume administration
-
Logical storage management with the CLI
-
-
NAS storage management
-
Configure NFS with the CLI
-
Manage NFS with the CLI
-
Manage SMB with the CLI
-
Manage file access using SMB
-
-
-
Security and data encryption
-
Data protection and disaster recovery
-

Collection of separate PDF docs
Creating your file...
ONTAP supports file access from Windows NFSv3 clients. This means that clients running Windows operating systems with NFSv3 support can access files on NFSv3 exports on the cluster. To successfully use this functionality, you must properly configure the storage virtual machine (SVM) and be aware of certain requirements and limitations.
By default, Windows NFSv3 client support is disabled.
NFSv3 must be enabled on the SVM.
-
Enable Windows NFSv3 client support:
vserver nfs modify -vserver svm_name -v3-ms-dos-client enabled -mount-rootonly disabled
-
On all SVMs that support Windows NFSv3 clients, disable the
-enable-ejukebox
and-v3-connection-drop
parameters:vserver nfs modify -vserver vserver_name -enable-ejukebox false -v3-connection-drop disabled
Windows NFSv3 clients can now mount exports on the storage system.
-
Ensure that each Windows NFSv3 client uses hard mounts by specifying the
-o mtype=hard
option.This is required to ensure reliable mounts.
mount -o mtype=hard \\10.53.33.10\vol\vol1 z:\