NFS: Difference between revisions

From UMIACS
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
[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.
[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 [https://learn.microsoft.com/en-us/windows/win32/fileio/microsoft-smb-protocol-and-cifs-protocol-overview 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]].
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 18:16, 24 September 2025

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.