NFS: Difference between revisions

From UMIACS
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Networked File System [[NFS]] is a integral part of how our UNIX and UNIX-like operating systems communicate with each other. We utilize both NFSv2 and NFSv3 protocols and do not at this time provide support for NFSv4. However, for v2 and v3 unlike [[CIFS]] they do not have any authentication other than IP based host authentication. This means many of our core file systems are very restricted to who they can be mounted by.
[https://en.wikipedia.org/wiki/Network_File_System Network File System (NFS)] is a integral part of how our UNIX and UNIX-like operating systems communicate with each other. We utilize both NFSv2 and NFSv3 protocols and do not support NFSv4 at this time. NFSv2 and NFSv3, unlike [[CIFS]], do not have any authentication other than IP-based host authentication. This means many of our core file systems are very restricted to where they can be mounted.


For almost all our users [[NFS]] volumes will be automatically mounted via the [[Automounter]] including almost all home directories, web and ftp file systems.
For almost all of our filesystems (home directories, web trees, project storage, etc.), NFS volumes will be automatically mounted via the [[Automounter]].

Latest revision as of 21:31, 26 November 2024

Network File System (NFS) is a integral part of how our UNIX and UNIX-like operating systems communicate with each other. We utilize both NFSv2 and NFSv3 protocols and do not support NFSv4 at this time. NFSv2 and NFSv3, unlike CIFS, do not have any authentication other than IP-based host authentication. This means many of our core file systems are very restricted to where they can be mounted.

For almost all of our filesystems (home directories, web trees, project storage, etc.), NFS volumes will be automatically mounted via the Automounter.