Digital UNIX
PrevChapter 4. File SystemNext

Network File System

The Network File System (NFS) is a facility for sharing files in a heterogeneous environment of processors, operating systems, and networks, by mounting a remote file system or directory on a local system and then reading or writing the files as though they were local.

Digital UNIX Version 4.0 supports NFS Version 3, in addition to NFS Version 2. NFS Version 2 code is based on ONC Version 4.2, which Digital licensed from Sun Microsystems. The NFS Version 3 code supersedes ONC Version 4.2, although at the time that NFS Version 3 was ported to Digital UNIX, Sun Microsystems had not yet released a newer, public version of ONC with NFS Version 3 support.

NFS Version 3 Functionality

NFS Version 3 supports all the features of NFS Version 2 as well as the following:

Since Digital UNIX supports both NFS Version 3 and Version 2, the NFS client and server bind at mount time using the highest NFS version number they both support. For example, a Digital UNIX Version 4.0 client will use NFS Version 3 when it is served by a Digital UNIX Version 4.0 NFS server; however, when it is served by an NFS server running an earlier version of Digital UNIX, the Digital UNIX Version 4.0 NFS client will use NFS Version 2.

For more detailed information on NFS Version 3, see the paper NFS Version 3: Design and Implementation (USENIX, 1994).

Digital Enhancements to NFS

In addition to the NFS Version 3.0 functionality, Digital UNIX supports the following Digital enhancements to NFS:


PrevHomeNext
UNIX File SystemUpCD-ROM File System