Penguin

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

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

Newer page: version 6 Last edited on Thursday, July 7, 2005 9:21:58 am by AristotlePagaltzis Revert
Older page: version 4 Last edited on Saturday, November 6, 2004 12:45:03 pm by AristotlePagaltzis Revert
@@ -1 +1,12 @@
 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''