Penguin

Differences between version 5 and predecessor to the previous major change of NFS.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 5 Last edited on Saturday, June 25, 2005 7:06:27 pm by PerryLorier Revert
Older page: version 4 Last edited on Saturday, November 6, 2004 12:45:03 pm by AristotlePagaltzis Revert
@@ -1 +1,7 @@
 An [Acronym] for NetworkFileSystem. Sometimes also scornfully expanded as __N__ightmare FileSystem. 
+  
+Some useful [NFS] diagnostic commands:  
+;<tt>rpcinfo -e ''hostname''</tt>:Show what programs (and versions) are registered with the portmapper over what network protocol.  
+;<tt>exportfs -a</tt>:Update the NFS daemon with whats listed in <tt>/etc/exports</tt>  
+;<tt>showmount ''hostname''</tt>:List all hosts that are considered to be mounted a filesystem on ''hostname''  
+;<tt>showmount -a ''hostname''</tt>:Lists all exported filesystems on host ''hostname''