Penguin

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

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

Newer page: version 4 Last edited on Saturday, November 6, 2004 12:45:03 pm by AristotlePagaltzis Revert
Older page: version 3 Last edited on Friday, November 5, 2004 9:50:10 pm by StuartYeates Revert
@@ -1,5 +1 @@
-NFS is Sun's Network File System. NFS is *The* NetworkFileSystem for Unix . NFS works on a RemoteProcedureCall system, translating all the calls you make on the local machine to open(2), read(2), write(2), close(2) etc to calls on the remote machine. One of the nicest things about NFS is that it's stateless, each client doesn't use up extra resources on the server, and, if the server goes away (and the comes back) the clients will not be effected. At least thats the theory.  
-  
-NFS doesn't have many of the more advanced NetworkFileSystem's features such as disconnected operation.  
-  
-NFS can be problematic to control using a firewall due to the fact that it does not use pre-defined ports. The tutorial entitled "[Configuring NFS for firewall control|http://www.lowth.com/LinWiz/nfs _help.html]" takes you through the steps involved in sorting this issue out
+An [Acronym] for NetworkFileSystem. Sometimes also scornfully expanded as __N__ightmare FileSystem