cmdref.net - Cheat Sheet and Example

cmdref.net is command references/cheat sheets/examples for system engineers.

User Tools

Site Tools


Sidebar








Cloud



Etc


Reference














.

hardware:7mode:nfs.html



NetApp Data ONTAP 7-Mode CLI Commands [Old Device]

Netapp :: NFS

Basic Knowlege

  • NFS is used by Linux.

Commands

Operation Command Complement
Display exports file rdfile /etc/exports
rdfile /vol/vol0/etc/exports
Displays all exported file system paths. exportfs
Exports all file system paths specified in the /etc/exports file. exportfs -a
Exports all file system paths specified in the /etc/exports file and unexports all file system paths not specified in the /etc/exports file. exportfs -r If you delete the configuration from the exports file, you must do 'exportfs -r' insted of 'exportfs -a'
Flushes entries from the access cache. exportfs -f
exportfs -f PATH
Checks whether NFS clients have a specific type of access to a file system path. exportfs -c 192.168.208.51 /vol/vol0
Exports a file system path and adds a corresponding export entry to the /etc/exports file. exportfs -p /vol/nfs1
Unexports a file system path. exportfs -u /vol/nfs1
Unexports a file system path and removes its export entry from the /etc/exports file. exportfs -z /vol/nfs1



hardware/7mode/nfs.html.txt ยท Last modified: 2016/09/18 by admin

Page Tools